forked from qt-creator/qt-creator
Debugger: Remove remote setup sub-statemachinery
Not needed anymore in the world of RunWorkers. Change-Id: Id7fb24fece6acb03de12f2677dd99a05c513e7a4 Reviewed-by: Christian Stenger <christian.stenger@qt.io> Reviewed-by: Vikas Pachdha <vikas.pachdha@qt.io>
This commit is contained in:
@@ -34,7 +34,6 @@
|
||||
|
||||
namespace Debugger {
|
||||
|
||||
class RemoteSetupResult;
|
||||
class DebuggerStartParameters;
|
||||
|
||||
class DEBUGGER_EXPORT DebuggerRunTool : public ProjectExplorer::RunWorker
|
||||
@@ -66,9 +65,7 @@ public:
|
||||
void stop() override;
|
||||
|
||||
void startFailed();
|
||||
void onTargetFailure();
|
||||
void notifyEngineRemoteServerRunning(const QByteArray &msg, int pid);
|
||||
void notifyEngineRemoteSetupFinished(const RemoteSetupResult &result);
|
||||
|
||||
void notifyInferiorIll();
|
||||
Q_SLOT void notifyInferiorExited(); // Called from Android.
|
||||
void quitDebugger();
|
||||
@@ -85,7 +82,6 @@ public:
|
||||
int portsUsedByDebugger() const;
|
||||
|
||||
void appendSolibSearchPath(const QString &str);
|
||||
|
||||
signals:
|
||||
void aboutToNotifyInferiorSetupOk();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user