debugger: more breakpoint management related fixes

This commit is contained in:
hjk
2010-06-22 15:37:27 +02:00
parent c5c0dc76a0
commit fadac8009c
6 changed files with 128 additions and 130 deletions

View File

@@ -1702,13 +1702,7 @@ void GdbEngine::exitDebugger()
{
disconnectDebuggingHelperActions();
shutdown();
}
void GdbEngine::abortDebugger()
{
disconnectDebuggingHelperActions();
shutdown();
gdbProc()->kill();
//gdbProc()->kill();
}
int GdbEngine::currentFrame() const