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
Signals
void | aboutToNotifyInferiorSetupOk() |
void | requestRemoteSetup() |
void | stateChanged(Debugger::DebuggerState state) |
- 4 signals inherited from ProjectExplorer::RunControl
Additional Inherited Members
- 3 protected functions inherited from ProjectExplorer::RunControl
Member Function Documentation
DebuggerRunControl::~DebuggerRunControl()
Destroys the instance of DebuggerRunControl.