debugger: call shutdownEngine, not shutdownInferior on EngineRunFailed

(cherry picked from commit 57f7616286)
This commit is contained in:
hjk
2010-10-26 16:49:29 +02:00
committed by dt
parent b5c6e15cd3
commit 49cac3d448

View File

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