debugger: let 'Reset Debugger' apply a bit more force

This commit is contained in:
hjk
2010-04-09 13:16:21 +02:00
parent 11993d190b
commit d8cc842d49
5 changed files with 18 additions and 1 deletions

View File

@@ -1714,6 +1714,13 @@ void GdbEngine::exitDebugger() // called from the manager
shutdown();
}
void GdbEngine::abortDebugger() // called from the manager
{
disconnectDebuggingHelperActions();
shutdown();
m_gdbProc.kill();
}
int GdbEngine::currentFrame() const
{
return manager()->stackHandler()->currentIndex();