[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 08:43:48 PST 2015
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/
More information about the lldb-commits
mailing list