debugger: add a line edit to specify the local executable for gdb remote

debugging

Long term that would probably better as a run configuration.
This commit is contained in:
hjk
2009-12-10 16:57:45 +01:00
parent b3154e1b30
commit 57634ab2d1
5 changed files with 47 additions and 17 deletions

View File

@@ -134,14 +134,16 @@ public:
void setRemoteChannel(const QString &host);
void setRemoteArchitecture(const QString &arch);
void setRemoteArchitectures(const QStringList &arches);
void setLocalExecutable(const QString &executable);
QString localExecutable() const;
QString remoteChannel() const;
QString remoteArchitecture() const;
void setServerStartScript(const QString &scriptName);
QString serverStartScript() const;
void setUseServerStartScript(bool on);
bool useServerStartScript() const;
void setSysroot(const QString &sysroot);
const QString sysroot() const;
void setSysRoot(const QString &sysRoot);
QString sysRoot() const;
private slots:
void updateState();