debugger: initial work to start a remote gdbserver

This commit is contained in:
hjk
2009-05-06 16:11:42 +02:00
parent 591c186371
commit 3d84da2b4d
8 changed files with 132 additions and 18 deletions

View File

@@ -114,6 +114,8 @@ public:
void setRemoteArchitectures(const QStringList &arches);
QString remoteChannel() const;
QString remoteArchitecture() const;
void setServerStartScript(const QString &scriptName);
QString serverStartScript() const;
private:
Ui::StartRemoteDialog *m_ui;