Remote Debugging Dialog: Make it possible to choose the debugger.

Reviewed-by: hjk
This commit is contained in:
ck
2009-12-11 11:49:32 +01:00
parent 1bf3418314
commit b5abd7b9a6
4 changed files with 58 additions and 31 deletions

View File

@@ -135,6 +135,7 @@ public:
void setRemoteArchitecture(const QString &arch);
void setRemoteArchitectures(const QStringList &arches);
void setLocalExecutable(const QString &executable);
void setDebugger(const QString &debugger);
QString localExecutable() const;
QString remoteChannel() const;
QString remoteArchitecture() const;
@@ -144,6 +145,7 @@ public:
bool useServerStartScript() const;
void setSysRoot(const QString &sysRoot);
QString sysRoot() const;
QString debugger() const;
private slots:
void updateState();