forked from qt-creator/qt-creator
Debugger: State machine cosmetics
Remove one unused notification, rename notifyInferiorUnrunnable. Change-Id: I585d3a8606585fbdd8ad48e5eeecf629542bd93c Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
@@ -812,7 +812,7 @@ void CdbEngine::runEngine()
|
||||
}
|
||||
if (startParameters().startMode == AttachCore) {
|
||||
QTC_ASSERT(!m_coreStopReason.isNull(), return; );
|
||||
notifyInferiorUnrunnable();
|
||||
notifyEngineRunOkAndInferiorUnrunnable();
|
||||
processStop(*m_coreStopReason, false);
|
||||
} else {
|
||||
doContinueInferior();
|
||||
|
||||
Reference in New Issue
Block a user