forked from qt-creator/qt-creator
Valgrind: Show full command-line on valgrind execution
Change-Id: I2cc5e966be44cb65f9dda5e55c38538badd78130 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io> Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
168799f235
commit
561773ce2b
@@ -114,6 +114,8 @@ void ValgrindRunner::Private::run()
|
||||
valgrind.device = m_device;
|
||||
valgrind.commandLineArguments = QtcProcess::joinArgs(fullArgs, m_device->osType());
|
||||
Utils::QtcProcess::addArgs(&valgrind.commandLineArguments, m_debuggee.commandLineArguments);
|
||||
emit q->valgrindExecuted(QtcProcess::quoteArg(valgrind.executable) + ' '
|
||||
+ valgrind.commandLineArguments);
|
||||
|
||||
if (m_device->type() == ProjectExplorer::Constants::DESKTOP_DEVICE_TYPE)
|
||||
m_valgrindProcess.start(valgrind);
|
||||
|
||||
Reference in New Issue
Block a user