Re: [lldb-dev] Listening for thread events

2016-01-30 Thread Jeffrey Tan via lldb-dev
What event_mask should be used for the thread event class? I did not find any. (Sorry for hijacking the thread) On Fri, Jan 29, 2016 at 4:02 PM, Jim Ingham via lldb-dev < lldb-dev@lists.llvm.org> wrote: > It’s unclear to me why it would be a problem to listen to every thread > object? They aren’

Re: [lldb-dev] Listening for thread events

2016-01-30 Thread Jeffrey Tan via lldb-dev
Never mind, found the thread event_mask in threads.h. They are just not in the python API reference page. On Sat, Jan 30, 2016 at 10:28 PM, Jeffrey Tan wrote: > What event_mask should be used for the thread event class? I did not find > any. (Sorry for hijacking the thread) > > On Fri, Jan 29, 2