[Lldb-commits] [lldb] r186033 - Add support for listing inferior thread names on Linux.

Ed Maste emaste at freebsd.org
Tue Jul 16 10:35:08 PDT 2013


On 15 July 2013 19:41, Ed Maste <emaste at freebsd.org> wrote:
> Right now, neither, so my thread list just stays as it was at attach
> time.  My current plan is to just compare (in RefreshStateAfterStop)
> lldb's thread list with the one obtained from PT_GETLWPLIST, and
> add/remove as necessary.

Actually, it looks like the way for me to do this is to implement a
FreeBSD ProcessMonitor::GetCurrentThreadIDs and call it from
ProcessFreeBSD::UpdateThreadList, mimicking what's done in the GDB
remote plugin.

Is there any specific reason we'd want to generate messages for thread
creation / termination instead?



More information about the lldb-commits mailing list