forked from qt-creator/qt-creator
Debugger: Remove in-plugin dumper autotest handling
It's covered by tst_dumper nowadays. Change-Id: Id6b91e5a4ad2ac2472d598c4f0ba4c95c334af6d Reviewed-by: Christian Stenger <christian.stenger@digia.com>
This commit is contained in:
@@ -1742,7 +1742,7 @@ void GdbEngine::handleStop2(const GdbMi &data)
|
||||
} else {
|
||||
showMessage(_("HANDLING SIGNAL " + name));
|
||||
if (debuggerCore()->boolSetting(UseMessageBoxForSignals)
|
||||
&& !isStopperThread && !isAutoTestRunning())
|
||||
&& !isStopperThread)
|
||||
showStoppedBySignalMessageBox(_(meaning), _(name));
|
||||
if (!name.isEmpty() && !meaning.isEmpty())
|
||||
reasontr = msgStoppedBySignal(_(meaning), _(name));
|
||||
@@ -4136,7 +4136,6 @@ void GdbEngine::rebuildWatchModel()
|
||||
showMessage(_("<Rebuild Watchmodel %1>").arg(count), LogMiscInput);
|
||||
showStatusMessage(tr("Finished retrieving data"), 400);
|
||||
showToolTip();
|
||||
handleAutoTests();
|
||||
}
|
||||
|
||||
static QByteArray arrayFillCommand(const char *array, const QByteArray ¶ms)
|
||||
|
||||
Reference in New Issue
Block a user