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

lab...@google.com changed:

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

--- Comment #1 from lab...@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.
_______________________________________________
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev

Reply via email to