forked from qt-creator/qt-creator
a process scheduled for kill can exit by itself as well ...
This commit is contained in:
@@ -1105,7 +1105,8 @@ void GdbEngine::handleStopResponse(const GdbMi &data)
|
|||||||
setState(InferiorStopping);
|
setState(InferiorStopping);
|
||||||
} else {
|
} else {
|
||||||
// The user triggered a stop, but meanwhile the app simply exited ...
|
// The user triggered a stop, but meanwhile the app simply exited ...
|
||||||
QTC_ASSERT(state() == InferiorStopping, qDebug() << state());
|
QTC_ASSERT(state() == InferiorStopping || state() == InferiorStopping_Kill,
|
||||||
|
qDebug() << state());
|
||||||
}
|
}
|
||||||
setState(InferiorStopped);
|
setState(InferiorStopped);
|
||||||
QString msg;
|
QString msg;
|
||||||
|
Reference in New Issue
Block a user