<div dir="ltr">Hi LLDB devs,<br><div><br></div><div>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?</div><div><br></div><div>There is a GetDescription() API to create a human-readable string, but I'd rather to inspect the event type programmatically.</div><div><br></div><div>Overall I find the API is not documented very well, which makes it quite hard to use... For example, I didn't find a place that explains what are the the possible event types and what data they carry. (I didn't even find an enum!) Are there any good resources that I might not discover yet?<br></div><div><br></div><div>Also any advice on how to use LLDB C++ API (without prior knowledge) would be much appreciated!<br><br>Thanks,</div><div>Rui</div></div>