[Lldb-commits] [Patch][Please Review] Spawned thread detection in Linux

Kopec, Matt matt.kopec at intel.com
Thu Dec 20 10:59:32 PST 2012


This patch adds some basic support for detecting newly spawned threads in a process. More effort needs to be done to support signals/breakpoints correctly in spawned threads.

I have used eStopReasonNone for a new stop info I added for the Process POSIX plugin. In light of recent discussions, I'll probably replace this with a new eStopReasonNewThread enum in a separate patch later.

I have also added a test checking the number of threads in a process, though I'm not sure if its' in the right location.

Thanks,
Matt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: linuxthreaddetect.patch
Type: text/x-patch
Size: 16857 bytes
Desc: linuxthreaddetect.patch
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20121220/040471ad/attachment.bin>


More information about the lldb-commits mailing list