[lldb-dev] Stop IDs for individual thread
Abhishek Aggarwal via lldb-dev
lldb-dev at lists.llvm.org
Fri Jun 3 02:22:14 PDT 2016
Hi everyone
While debugging an inferior with LLDB, for every stop event a new StopID is
generated and this ID can be extracted from SBProcess::GetStopID() API.
This ID indicates change in the state of the process between two stop
events.
As per my knowledge, in case of a multithreaded process this stop ID can't
be used to exactly pin point the thread(s) of the process that suffered
change in their states between two stop events. Is there a way to find out
this information?
- Abhishek
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20160603/9805ef5b/attachment.html>
More information about the lldb-dev
mailing list