forked from qt-creator/qt-creator
debugger: initial work to start a remote gdbserver
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user