forked from qt-creator/qt-creator
Analyzer: Use a StandardRunnable instead of an AnalyzerRunnable
... with a lot potential to code consolidation. Change-Id: I4d3a7fcc1cc6ae8763799f18cf9701695f387791 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
@@ -145,10 +145,7 @@ RunControl *QnxRunControlFactory::create(RunConfiguration *runConfig, Core::Id m
|
||||
return 0;
|
||||
AnalyzerRunControl *runControl = AnalyzerManager::createRunControl(runConfig, mode);
|
||||
QTC_ASSERT(runControl, return 0);
|
||||
AnalyzerRunnable runnable;
|
||||
runnable.debuggee = rc->remoteExecutableFilePath();
|
||||
runnable.debuggeeArgs = rc->arguments();
|
||||
runControl->setRunnable(runnable);
|
||||
runControl->setRunnable(runConfig->runnable());
|
||||
AnalyzerConnection connection;
|
||||
connection.connParams = device->sshParameters();
|
||||
connection.analyzerHost = connection.connParams.host;
|
||||
|
||||
Reference in New Issue
Block a user