forked from qt-creator/qt-creator
iOS: Adapt to new setter-based DebuggerRunTool interface
Change-Id: I96f113b831dcbd3735f743c8f12042e9b17903a4 Reviewed-by: Vikas Pachdha <vikas.pachdha@qt.io>
This commit is contained in:
@@ -83,6 +83,7 @@ public:
|
||||
static void setBreakOnMainNextTime();
|
||||
|
||||
void setInferior(const ProjectExplorer::Runnable &runnable);
|
||||
void setInferiorExecutable(const QString &executable);
|
||||
void setRunControlName(const QString &name);
|
||||
void appendInferiorCommandLineArgument(const QString &arg);
|
||||
void prependInferiorCommandLineArgument(const QString &arg);
|
||||
@@ -97,11 +98,12 @@ public:
|
||||
void setAttachPid(Utils::ProcessHandle pid);
|
||||
void setSysRoot(const QString &sysRoot);
|
||||
void setSymbolFile(const QString &symbolFile);
|
||||
void setGdbServerChannel(const QString &channel);
|
||||
void setRemoteChannel(const QString &channel);
|
||||
|
||||
void setUseExtendedRemote(bool on);
|
||||
void setUseContinueInsteadOfRun(bool on);
|
||||
void setUseTargetAsync(bool on);
|
||||
void setContinueAfterAttach(bool on);
|
||||
void setSkipExecutableValidation(bool on);
|
||||
|
||||
void setCommandsAfterConnect(const QString &commands);
|
||||
@@ -109,6 +111,9 @@ public:
|
||||
|
||||
void setQmlServer(const QUrl &qmlServer);
|
||||
|
||||
void setIosPlatform(const QString &platform);
|
||||
void setDeviceSymbolsRoot(const QString &deviceSymbolsRoot);
|
||||
|
||||
signals:
|
||||
void aboutToNotifyInferiorSetupOk();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user