[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
Mon Feb 23 04:32:52 PST 2015


Obtained values of the signal from Process instead of using hard-coded values as suggested in review.
Patches looks bigger due to indentation change after replacing switch with if.

All tests pass on Linux and it build ok on Windows.


http://reviews.llvm.org/D7783

Files:
  test/tools/lldb-mi/signal/TestMiSignal.py
  tools/lldb-mi/MICmnLLDBDebuggerHandleEvents.cpp
  tools/lldb-mi/MICmnLLDBDebuggerHandleEvents.h

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D7783.20506.patch
Type: text/x-patch
Size: 14494 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150223/61cfb49b/attachment.bin>


More information about the lldb-commits mailing list