forked from qt-creator/qt-creator
Debugger: Dissolve a few more setRunParameter() cases
Change-Id: I92d7b75c9a9758ab8c2ad8f9956ebcd8ecc9cb69 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -88,10 +88,14 @@ public:
|
||||
void setInferior(const ProjectExplorer::Runnable &runnable);
|
||||
void setInferiorExecutable(const QString &executable);
|
||||
void setRunControlName(const QString &name);
|
||||
void setStartMessage(const QString &msg);
|
||||
void appendInferiorCommandLineArgument(const QString &arg);
|
||||
void prependInferiorCommandLineArgument(const QString &arg);
|
||||
void addQmlServerInferiorCommandLineArgumentIfNeeded();
|
||||
|
||||
void setMasterEngineType(DebuggerEngineType engineType);
|
||||
void setCrashParameter(const QString &event);
|
||||
|
||||
void addExpectedSignal(const QString &signal);
|
||||
void addSearchDirectory(const QString &dir);
|
||||
|
||||
@@ -99,9 +103,12 @@ public:
|
||||
void setCloseMode(DebuggerCloseMode closeMode);
|
||||
|
||||
void setAttachPid(Utils::ProcessHandle pid);
|
||||
void setAttachPid(qint64 pid);
|
||||
|
||||
void setSysRoot(const QString &sysRoot);
|
||||
void setSymbolFile(const QString &symbolFile);
|
||||
void setRemoteChannel(const QString &channel);
|
||||
void setRemoteChannel(const QString &host, int port);
|
||||
|
||||
void setUseExtendedRemote(bool on);
|
||||
void setUseContinueInsteadOfRun(bool on);
|
||||
@@ -114,6 +121,8 @@ public:
|
||||
|
||||
void setQmlServer(const QUrl &qmlServer);
|
||||
|
||||
void setCoreFileName(const QString &core, bool isSnapshot = false);
|
||||
|
||||
void setIosPlatform(const QString &platform);
|
||||
void setDeviceSymbolsRoot(const QString &deviceSymbolsRoot);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user