DebuggerRunControl Class
(Debugger::DebuggerRunControl)Inherits: | ProjectExplorer::RunControl |
Public Functions
~DebuggerRunControl() override | |
void | abortDebugger() |
void | debuggingFinished() |
void | handleApplicationOutput(const QString &msg, int channel) |
void | notifyEngineRemoteServerRunning(const QByteArray &msg, int pid) |
void | notifyEngineRemoteSetupFinished(const RemoteSetupResult &result) |
void | notifyInferiorIll() |
void | quitDebugger() |
void | setOutputProcessor(OutputProcessor *processor) |
void | showMessage(const QString &msg, int channel = LogDebug) |
void | startFailed() |
DebuggerStartParameters & | startParameters() |
Reimplemented Public Functions
virtual QString | displayName() const override |
virtual bool | promptToStop(bool *prompt = 0) const override |
virtual void | start() override |
virtual StopResult | stop() override |
virtual bool | supportsReRunning() const override |
- 24 public functions inherited from ProjectExplorer::RunControl
- 32 public functions inherited from QObject
Signals
void | aboutToNotifyInferiorSetupOk() |
void | requestRemoteSetup() |
void | stateChanged(Debugger::DebuggerState state) |
- 4 signals inherited from ProjectExplorer::RunControl
- 2 signals inherited from QObject
Additional Inherited Members
- 1 property inherited from QObject
- 1 public slot inherited from QObject
- 1 public variable inherited from QObject
- 10 static public members inherited from QObject
- 3 protected functions inherited from ProjectExplorer::RunControl
- 9 protected functions inherited from QObject
- 2 protected variables inherited from QObject
Member Function Documentation
DebuggerRunControl::~DebuggerRunControl()
Destroys the instance of DebuggerRunControl.