debugger: call shutdownEngine, not shutdownInferior on EngineRunFailed

This commit is contained in:
hjk
2010-10-26 16:49:29 +02:00
parent c5f8623b41
commit 57f7616286

View File

@@ -1240,7 +1240,7 @@ void DebuggerEngine::notifyEngineRunFailed()
d->m_progress.reportCanceled();
d->m_progress.reportFinished();
setState(EngineRunFailed);
d->queueShutdownInferior();
d->queueShutdownEngine();
}
void DebuggerEngine::notifyEngineRunAndInferiorRunOk()