forked from qt-creator/qt-creator
Valgrind: Better output message for debuggee exit codes
The values are not "unknown errors", but known to be exit codes of the debuggee. Change-Id: Icc5e99d463269f1f167ab7b49b78b92c2e4c6b65 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
@@ -177,7 +177,7 @@ void ValgrindToolRunner::receiveProcessError(const QString &message, QProcess::P
|
||||
} else if (m_isStopping && error == QProcess::Crashed) { // process gets killed on stop
|
||||
appendMessage(tr("Process terminated."), ErrorMessageFormat);
|
||||
} else {
|
||||
appendMessage(QString("** %1 **\n").arg(message), ErrorMessageFormat);
|
||||
appendMessage(tr("Process exited with return value %1\n").arg(message), NormalMessageFormat);
|
||||
}
|
||||
|
||||
if (m_isStopping)
|
||||
|
||||
Reference in New Issue
Block a user