forked from qt-creator/qt-creator
Qnx: Fix debugging
This apparently fell through the cracks in 89f02cba2.
Task-number: QTCREATORBUG-18804
Change-Id: Ib00a5a074ec1df3292267a194e8e87a92d3c6dfc
Reviewed-by: Dan Cape <dcape@qnx.com>
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -76,6 +76,7 @@ void Slog2InfoRunner::start()
|
||||
StandardRunnable r;
|
||||
r.executable = QLatin1String("slog2info");
|
||||
m_testProcess->start(r);
|
||||
reportStarted();
|
||||
}
|
||||
|
||||
void Slog2InfoRunner::stop()
|
||||
@@ -87,6 +88,7 @@ void Slog2InfoRunner::stop()
|
||||
m_logProcess->kill();
|
||||
processLog(true);
|
||||
}
|
||||
reportStopped();
|
||||
}
|
||||
|
||||
bool Slog2InfoRunner::commandFound() const
|
||||
|
||||
Reference in New Issue
Block a user