forked from qt-creator/qt-creator
the process is already dead when hitting workaround 4
Reviewed-by: hjk
This commit is contained in:
@@ -808,6 +808,8 @@ void GdbEngine::handleResultRecord(GdbResponse *response)
|
||||
debugMessage(_("APPLYING WORKAROUND #4"));
|
||||
setState(InferiorStopping);
|
||||
setState(InferiorStopped);
|
||||
setState(InferiorShuttingDown);
|
||||
setState(InferiorShutDown);
|
||||
showStatusMessage(tr("Executable failed: %1")
|
||||
.arg(QString::fromLocal8Bit(msg)));
|
||||
shutdown();
|
||||
|
||||
Reference in New Issue
Block a user