forked from qt-creator/qt-creator
debugger: call shutdownEngine, not shutdownInferior on EngineRunFailed
(cherry picked from commit 57f7616286)
This commit is contained in:
@@ -1244,7 +1244,7 @@ void DebuggerEngine::notifyEngineRunFailed()
|
||||
d->m_progress.reportCanceled();
|
||||
d->m_progress.reportFinished();
|
||||
setState(EngineRunFailed);
|
||||
d->queueShutdownInferior();
|
||||
d->queueShutdownEngine();
|
||||
}
|
||||
|
||||
void DebuggerEngine::notifyEngineRunAndInferiorRunOk()
|
||||
|
||||
Reference in New Issue
Block a user