Re: [lldb-dev] OperatingSystem plugins

2017-05-04 Thread Jim Ingham via lldb-dev
> On May 4, 2017, at 7:15 AM, Scott Smith via lldb-dev > wrote: > > I would like to change the list of threads that lldb presents to the user for > an internal application (not to be submitted upstream). It seems the right > way to do this is to write an OperatingSystem plugin. > > 1. Can I

[lldb-dev] OperatingSystem plugins

2017-05-04 Thread Scott Smith via lldb-dev
I would like to change the list of threads that lldb presents to the user for an internal application (not to be submitted upstream). It seems the right way to do this is to write an OperatingSystem plugin. 1. Can I still make it so the user can see real threads as well as whatever other "threads