[lldb-dev] [Bug 25046] SBProcess::Stop stops only the main thread, not all threads

via lldb-dev lldb-dev at lists.llvm.org
Mon Oct 5 02:13:14 PDT 2015


https://llvm.org/bugs/show_bug.cgi?id=25046

labath at google.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |labath at google.com
           Assignee|lldb-dev at lists.llvm.org     |labath at google.com

--- Comment #1 from labath at google.com ---
Which version of lldb are you using? If it is 3.6 as the summary says, I would
strongly recommend trying 3.7 out as it has significantly better linux support.

SBProcess.Stop() should stop the inferior process and all it's threads. Note
that we have a bug somewhere which causes the thread states to be reported
incorrectly, so you shouldn't trust those for now. If process.is_stopped is
true, then all threads are stopped.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20151005/a4e06eda/attachment.html>


More information about the lldb-dev mailing list