[Lldb-commits] [PATCH] Fix a problem where lldb-mi would not stop the debuggee after -exec-interrupt command.
Ilia K
ki.stfu at gmail.com
Fri Feb 20 03:42:59 PST 2015
Can you provide test for it?
================
Comment at: tools/lldb-mi/MICmnLLDBDebuggerHandleEvents.cpp:884
@@ -883,3 +884,1 @@
break;
- case 19:
- if (sbProcess.IsValid())
----------------
What is it? SIGSTOP?
http://reviews.llvm.org/D7783
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the lldb-commits
mailing list