forked from qt-creator/qt-creator
Debugger: Fix running on RemoteLinux
This (temporarily) works around the start up regression due to wrong order of merged patches. Change-Id: I7a386fb06175363aa23862716687764b930c52d8 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -36,6 +36,8 @@ class RemoteSetupResult;
|
||||
class DebuggerStartParameters;
|
||||
class DebuggerRunControl;
|
||||
|
||||
namespace Internal { class DebuggerEngine; }
|
||||
|
||||
DEBUGGER_EXPORT DebuggerRunControl *createDebuggerRunControl(const DebuggerStartParameters &sp,
|
||||
ProjectExplorer::RunConfiguration *runConfig,
|
||||
QString *errorMessage,
|
||||
@@ -70,6 +72,9 @@ signals:
|
||||
void requestRemoteSetup();
|
||||
void aboutToNotifyInferiorSetupOk();
|
||||
void stateChanged(Debugger::DebuggerState state);
|
||||
|
||||
public:
|
||||
Internal::DebuggerEngine *m_engine = nullptr; // FIXME: Remove.
|
||||
};
|
||||
|
||||
} // namespace Debugger
|
||||
|
||||
Reference in New Issue
Block a user