> On Mar 14, 2020, at 4:13 PM, Rui Liu via lldb-dev
> wrote:
>
> Hi LLDB devs,
>
> The SBEvent API has GetType() method on it, which returns a uint32_t, however
> I didn't find any documentation on how to interpret this uint32_t... Is there
> a enum for it somewhere?
>
> There is a GetDesc
Hi LLDB devs,
The SBEvent API has GetType() method on it, which returns a uint32_t,
however I didn't find any documentation on how to interpret this
uint32_t... Is there a enum for it somewhere?
There is a GetDescription() API to create a human-readable string, but I'd
rather to inspect the event