forked from qt-creator/qt-creator
Debugger: Replace a few more uses of setRunParameters
Change-Id: I8f35bcd3812402cda7d3c69eb01ed3d3fb9e396a Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -109,10 +109,15 @@ public:
|
||||
void setContinueAfterAttach(bool on);
|
||||
void setSkipExecutableValidation(bool on);
|
||||
void setUseCtrlCStub(bool on);
|
||||
void setBreakOnMain(bool on);
|
||||
void setUseTerminal(bool on);
|
||||
|
||||
void setCommandsAfterConnect(const QString &commands);
|
||||
void setCommandsForReset(const QString &commands);
|
||||
|
||||
void setServerStartScript(const QString &serverStartScript);
|
||||
void setDebugInfoLocation(const QString &debugInfoLocation);
|
||||
|
||||
void setQmlServer(const QUrl &qmlServer);
|
||||
|
||||
void setCoreFileName(const QString &core, bool isSnapshot = false);
|
||||
@@ -122,6 +127,8 @@ public:
|
||||
|
||||
void setNeedFixup(bool on);
|
||||
void setTestCase(int testCase);
|
||||
void setOverrideStartScript(const QString &script);
|
||||
void setToolChainAbi(const ProjectExplorer::Abi &abi);
|
||||
|
||||
signals:
|
||||
void aboutToNotifyInferiorSetupOk();
|
||||
|
||||
Reference in New Issue
Block a user