forked from qt-creator/qt-creator
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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user