aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qnx
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2019-12-13 10:30:30 +0100
committerhjk <hjk@qt.io>2019-12-17 08:23:06 +0000
commit466764146c10216ea2998d2dda35e26d0deaaa73 (patch)
tree6f060f6c9e352ccaa2a8e8c91375b296f9362532 /src/plugins/qnx
parent13b64f3735a99158e1d9e8ec6238a1203fe4a113 (diff)
Debugger: Rename some GdbServer* to DebugServer*
This is mimicking a bit what has been done on the baremetal side, and is formally more correct when the gdbserver is not a real gdbserver, but e.g. a probe speaking the gdb remote protocol. Change-Id: I1b42624b94071b34c009bd0650095792a5b2fcb7 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'src/plugins/qnx')
-rw-r--r--src/plugins/qnx/qnxdebugsupport.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/qnx/qnxdebugsupport.cpp b/src/plugins/qnx/qnxdebugsupport.cpp
index 831e1debe3..4e0a8646ea 100644
--- a/src/plugins/qnx/qnxdebugsupport.cpp
+++ b/src/plugins/qnx/qnxdebugsupport.cpp
@@ -97,7 +97,7 @@ static QStringList searchPaths(Kit *kit)
class QnxDebuggeeRunner : public ProjectExplorer::SimpleTargetRunner
{
public:
- QnxDebuggeeRunner(RunControl *runControl, GdbServerPortsGatherer *portsGatherer)
+ QnxDebuggeeRunner(RunControl *runControl, DebugServerPortsGatherer *portsGatherer)
: SimpleTargetRunner(runControl)
{
setId("QnxDebuggeeRunner");
@@ -191,7 +191,7 @@ private:
class PDebugRunner : public ProjectExplorer::SimpleTargetRunner
{
public:
- PDebugRunner(RunControl *runControl, GdbServerPortsGatherer *portsGatherer)
+ PDebugRunner(RunControl *runControl, DebugServerPortsGatherer *portsGatherer)
: SimpleTargetRunner(runControl)
{
setId("PDebugRunner");