debugger: move more gui bit from engine to plugin

This commit is contained in:
hjk
2010-11-08 15:41:44 +01:00
parent a53583d573
commit df04e57585
4 changed files with 80 additions and 86 deletions

View File

@@ -1310,13 +1310,13 @@ void GdbEngine::handleStopResponse(const GdbMi &data)
if (isLeavableFunction(funcName, fileName)) {
//showMessage(_("LEAVING ") + funcName);
++stepCounter;
executeStepOutX();
executeStepOut();
return;
}
if (isSkippableFunction(funcName, fileName)) {
//showMessage(_("SKIPPING ") + funcName);
++stepCounter;
executeStepX();
executeStep();
return;
}
//if (stepCounter)