debugger: suppress signal popups during auto tests

Task-number: QTCREATORBUG-6951
Change-Id: I35152a6f0422d4cbca356dab8b95033b166115fb
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2012-03-09 16:54:44 +01:00
committed by hjk
parent 2ef9f05146
commit 34ba6b632b

View File

@@ -1634,7 +1634,7 @@ void GdbEngine::handleStop1(const GdbMi &data)
} else {
showMessage(_("HANDLING SIGNAL " + name));
if (debuggerCore()->boolSetting(UseMessageBoxForSignals)
&& !isStopperThread)
&& !isStopperThread && !isAutoTestRunning())
showStoppedBySignalMessageBox(_(meaning), _(name));
if (!name.isEmpty() && !meaning.isEmpty())
reasontr = msgStoppedBySignal(_(meaning), _(name));