How to receive thread create/destroy events from LLDB? I did not find a broadcast bit from SBTarget or SBProcess or SBThread. I have enabled both SBProcess.eBroadcastBitStateChanged and SBTarget.eBroadcastBitBreakpointChanged, but still did not retrieve any thread create/destroy event via SBThread.EventIsThreadEvent().
I know I can query for all threads while process is paused but thread can be create/destroy in run mode so it is important/useful for debugger client to receive this kind of notification.
_______________________________________________ lldb-dev mailing list lldb-dev@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev