<div dir="ltr"><span style="font-size:13px">I'm building an X11 UI on top of LLDB, and I'm stuck trying to listen for thread events.</span><div style="font-size:13px"><br></div><div style="font-size:13px">lldb_private::Thread is a Broadcaster, but lldb::SBThread doesn't expose a GetBroadcaster() event the way SBProcess does.</div><div style="font-size:13px"><br></div><div style="font-size:13px">I wouldn't really want to have to listen to every SBThread object, but when the program stops, I could listen to the selected thread.  (Getting the events from SBProcess would also work, if Process relayed them.)</div><div style="font-size:13px"><br></div><div style="font-size:13px">Is this a feature that has not yet been implemented?  I couldn't find any related tickets in Bugzilla.</div><div style="font-size:13px"><br></div><div style="font-size:13px">Thanks,</div><div style="font-size:13px">John Lindal</div></div>