debugger: don't kill gdb the hard way if it is still in a known state

This commit is contained in:
hjk
2009-04-14 12:58:05 +02:00
parent c3a3ab9664
commit 1c9714305e

View File

@@ -1153,9 +1153,7 @@ void GdbEngine::handleAsyncOutput(const GdbMi &data)
+ data.findChild("signal-name").toString();
}
q->showStatusMessage(msg);
// FIXME: shouldn't this use a statis change?
debugMessage("CALLING PARENT EXITDEBUGGER");
q->exitDebugger();
sendCommand("-gdb-exit");
return;
}