forked from qt-creator/qt-creator
RemoteLinux: Rename some gdbServer variable to debugServer
It could be lldb-server at some time, too. Change-Id: I5a8210e05189902d1cef9b41e14df0b585bcb86b Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -41,10 +41,10 @@ LinuxDeviceDebugSupport::LinuxDeviceDebugSupport(RunControl *runControl)
|
||||
setUsePortsGatherer(isCppDebugging(), isQmlDebugging());
|
||||
addQmlServerInferiorCommandLineArgumentIfNeeded();
|
||||
|
||||
auto gdbServer = new DebugServerRunner(runControl, portsGatherer());
|
||||
gdbServer->setEssential(true);
|
||||
auto debugServer = new DebugServerRunner(runControl, portsGatherer());
|
||||
debugServer->setEssential(true);
|
||||
|
||||
addStartDependency(gdbServer);
|
||||
addStartDependency(debugServer);
|
||||
|
||||
setStartMode(AttachToRemoteServer);
|
||||
setCloseMode(KillAndExitMonitorAtClose);
|
||||
|
Reference in New Issue
Block a user