[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:46:31 PST 2015


As long as it compiles it's probably ok for now. But yes, fixing the signal
values would be nice.
On Fri, Feb 20, 2015 at 8:43 AM Hafiz Abid Qadeer <abidh.haq at gmail.com>
wrote:

> In http://reviews.llvm.org/D7783#127464, @zturner wrote:
>
> > Does this work on windows? I see reference to some signal constants?
>
>
> I dont think this is a problem for Windows as I think SIGSTOP is not used
> to stop the process there. OTOH, I see that SIGSTOP is defined to a 2
> different values within lldb.
> #define SIGSTOP     20 //win32.h
> #define SIGSTOP 23 // Platform.h
>
> So probably this needs to be corrected.
>
>
> http://reviews.llvm.org/D7783
>
> EMAIL PREFERENCES
>   http://reviews.llvm.org/settings/panel/emailpreferences/
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150220/092fa3c2/attachment.html>


More information about the lldb-commits mailing list