GdbServerRunner Class
(Debugger::GdbServerRunner)| Inherits: | ProjectExplorer::SimpleTargetRunner |
Public Functions
| GdbServerRunner(ProjectExplorer::RunControl *runControl, GdbServerPortsGatherer *portsGatherer) | |
| ~GdbServerRunner() | |
| void | setAttachPid(Utils::ProcessHandle pid) |
| void | setRunnable(const ProjectExplorer::StandardRunnable &runnable) |
| void | setUseMulti(bool on) |
- 3 public functions inherited from ProjectExplorer::SimpleTargetRunner
- 23 public functions inherited from ProjectExplorer::RunWorker
- 31 public functions inherited from QObject
Additional Inherited Members
- 1 property inherited from QObject
- 1 public slot inherited from QObject
- 2 signals inherited from ProjectExplorer::RunWorker
- 2 signals inherited from QObject
- 1 public variable inherited from QObject
- 1 static public member inherited from ProjectExplorer::RunWorker
- 10 static public members inherited from QObject
- 9 protected functions inherited from QObject
- 2 protected variables inherited from QObject
Member Function Documentation
GdbServerRunner::GdbServerRunner(ProjectExplorer::RunControl *runControl, GdbServerPortsGatherer *portsGatherer)
Default constructs an instance of GdbServerRunner.
GdbServerRunner::~GdbServerRunner()
Destroys the instance of GdbServerRunner.