[Lldb-commits] [PATCH] Fix a problem where lldb-mi would not stop the debuggee after -exec-interrupt command.
Hafiz Abid Qadeer
abidh.haq at gmail.com
Fri Feb 20 07:57:52 PST 2015
In http://reviews.llvm.org/D7783#127420, @ki.stfu wrote:
> In http://reviews.llvm.org/D7783#127295, @ki.stfu wrote:
>
> > Can you provide test for it?
>
>
> I'll add this test in http://reviews.llvm.org/D7762.
Thanks. I will wait for the test.
================
Comment at: tools/lldb-mi/MICmnLLDBDebuggerHandleEvents.cpp:884
@@ -883,3 +884,1 @@
break;
- case 19:
- if (sbProcess.IsValid())
----------------
ki.stfu wrote:
> What is it? SIGSTOP?
Yes it is SIGSTOP.
http://reviews.llvm.org/D7783
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the lldb-commits
mailing list