[Lldb-commits] [PATCH] Fix a problem where lldb-mi would not stop the debuggee after -exec-interrupt command.

Zachary Turner zturner at google.com
Fri Feb 20 08:22:04 PST 2015


Does this work on windows? I see reference to some signal constants?
On Fri, Feb 20, 2015 at 8:05 AM Hafiz Abid Qadeer <abidh.haq at gmail.com>
wrote:

> 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/
>
>
>
> _______________________________________________
> lldb-commits mailing list
> lldb-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150220/af909cb3/attachment.html>


More information about the lldb-commits mailing list