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());
|
setUsePortsGatherer(isCppDebugging(), isQmlDebugging());
|
||||||
addQmlServerInferiorCommandLineArgumentIfNeeded();
|
addQmlServerInferiorCommandLineArgumentIfNeeded();
|
||||||
|
|
||||||
auto gdbServer = new DebugServerRunner(runControl, portsGatherer());
|
auto debugServer = new DebugServerRunner(runControl, portsGatherer());
|
||||||
gdbServer->setEssential(true);
|
debugServer->setEssential(true);
|
||||||
|
|
||||||
addStartDependency(gdbServer);
|
addStartDependency(debugServer);
|
||||||
|
|
||||||
setStartMode(AttachToRemoteServer);
|
setStartMode(AttachToRemoteServer);
|
||||||
setCloseMode(KillAndExitMonitorAtClose);
|
setCloseMode(KillAndExitMonitorAtClose);
|
||||||
|
Reference in New Issue
Block a user