forked from qt-creator/qt-creator
debugger: more breakpoint management related fixes
This commit is contained in:
@@ -1702,13 +1702,7 @@ void GdbEngine::exitDebugger()
|
||||
{
|
||||
disconnectDebuggingHelperActions();
|
||||
shutdown();
|
||||
}
|
||||
|
||||
void GdbEngine::abortDebugger()
|
||||
{
|
||||
disconnectDebuggingHelperActions();
|
||||
shutdown();
|
||||
gdbProc()->kill();
|
||||
//gdbProc()->kill();
|
||||
}
|
||||
|
||||
int GdbEngine::currentFrame() const
|
||||
|
||||
Reference in New Issue
Block a user