forked from qt-creator/qt-creator
Valgrind: Fix Memcheck startup on remote linux
Remote CallGrind is still dysfunctional. Change-Id: Ib9ab537dc068c94c7e61ac48b1a4b9d655ccb60f Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -106,6 +106,7 @@ void ValgrindToolRunner::stop()
|
||||
{
|
||||
m_isStopping = true;
|
||||
m_runner.stop();
|
||||
reportStopped(); // FIXME: Restrict to non-running scenarios?
|
||||
}
|
||||
|
||||
QString ValgrindToolRunner::executable() const
|
||||
|
||||
Reference in New Issue
Block a user