not forward signal to LLDB in order to exhibit LLDB prompt

http://hipbyte.myjetbrains.com/youtrack/issue/RM-532
This commit is contained in:
Watson
2014-07-09 16:53:59 +09:00
parent 6afe70723e
commit ef651f7100

View File

@@ -118,7 +118,7 @@ sigterminate(int sig)
static void
sigforwarder(int sig)
{
if (gdb_task != nil) {
if (gdb_task != nil && [gdb_task.launchPath rangeOfString:@"/lldb"].location == NSNotFound) {
kill([gdb_task processIdentifier], sig);
}
}