forked from qt-creator/qt-creator
Cdb: Inform the engine about an inferior exit.
Task-number: QTCREATORBUG-14652 Change-Id: I67e450bad1873e0fd68f6ae11ea29f227dd5682f Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
@@ -2349,6 +2349,8 @@ void CdbEngine::handleExtensionMessage(char t, int token, const QByteArray &what
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (what == "event") {
|
if (what == "event") {
|
||||||
|
if (message.startsWith("Process exited"))
|
||||||
|
notifyInferiorExited();
|
||||||
showStatusMessage(QString::fromLatin1(message), 5000);
|
showStatusMessage(QString::fromLatin1(message), 5000);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user