summaryrefslogtreecommitdiff
path: root/src/plugins/remotelinux
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2017-10-20 13:42:47 +0200
committerhjk <hjk@qt.io>2017-10-23 09:17:01 +0000
commit9f690d814fcfe2c250b61bca59cdc1ecba2bdef6 (patch)
tree3410d030e373e70dff7ace8c2dc369ffb1cd12bf /src/plugins/remotelinux
parent5b2a46e3a04a86ae43064618d0eef54e705ffc14 (diff)
downloadqt-creator-9f690d814fcfe2c250b61bca59cdc1ecba2bdef6.tar.gz
Debugger: Move start dependency on PortsGatherer to GdbServerRunner
It's always needed and GdbServerRunner knows the PortsGatherer. This also makes the setup more similar to the QNX PDebugRunner setup. Change-Id: I5863d2c77cd5c92d0f25682d655c9901b8939c30 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/plugins/remotelinux')
-rw-r--r--src/plugins/remotelinux/remotelinuxdebugsupport.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/remotelinux/remotelinuxdebugsupport.cpp b/src/plugins/remotelinux/remotelinuxdebugsupport.cpp
index cf12971ec7..67c19fb30a 100644
--- a/src/plugins/remotelinux/remotelinuxdebugsupport.cpp
+++ b/src/plugins/remotelinux/remotelinuxdebugsupport.cpp
@@ -43,7 +43,6 @@ LinuxDeviceDebugSupport::LinuxDeviceDebugSupport(RunControl *runControl)
addQmlServerInferiorCommandLineArgumentIfNeeded();
auto gdbServer = new GdbServerRunner(runControl, portsGatherer());
- gdbServer->addStartDependency(portsGatherer());
addStartDependency(gdbServer);