[Lldb-commits] [lldb] r186033 - Add support for listing inferior thread names on Linux.
Ed Maste
emaste at freebsd.org
Thu Jul 25 14:01:33 PDT 2013
On 16 July 2013 14:59, Kopec, Matt <matt.kopec at intel.com> wrote:
> A potential use could be notifying users when a thread was created or exited but we don't do that right now.
I suspect we'd implement that for FreeBSD by adding a ptrace request
to trace on thread creation / termination. Then UpdateThreadList
would get called after the stop and the thread changes could be
reported to the user from there.
More information about the lldb-commits
mailing list