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:
@@ -243,7 +243,7 @@ void GdbCoreEngine::runEngine()
|
||||
void GdbCoreEngine::handleTargetCore(const DebuggerResponse &response)
|
||||
{
|
||||
QTC_ASSERT(state() == EngineRunRequested, qDebug() << state());
|
||||
notifyInferiorUnrunnable();
|
||||
notifyEngineRunOkAndInferiorUnrunnable();
|
||||
if (response.resultClass == ResultDone) {
|
||||
showMessage(tr("Attached to core."), StatusBar);
|
||||
// Due to the auto-solib-add off setting, we don't have any
|
||||
|
||||
Reference in New Issue
Block a user