OSDN Git Service

debugger: call shutdownEngine, not shutdownInferior on EngineRunFailed
authorhjk <qtc-committer@nokia.com>
Tue, 26 Oct 2010 14:49:29 +0000 (16:49 +0200)
committerdt <qtc-committer@nokia.com>
Wed, 27 Oct 2010 09:50:25 +0000 (11:50 +0200)
(cherry picked from commit 57f7616286f4a98e3af2b6908211f47416270992)

src/plugins/debugger/debuggerengine.cpp

index a13667b..4f6ce5d 100644 (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()