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>
This commit is contained in:
hjk
2019-12-13 10:30:30 +01:00
parent 13b64f3735
commit 466764146c
6 changed files with 30 additions and 30 deletions

View File

@@ -1638,7 +1638,7 @@ public:
setId("AttachToRunningProcess");
setUsePortsGatherer(true, false);
auto gdbServer = new GdbServerRunner(runControl, portsGatherer());
auto gdbServer = new DebugServerRunner(runControl, portsGatherer());
gdbServer->setUseMulti(false);
gdbServer->setAttachPid(pid);