forked from qt-creator/qt-creator
debugger: initial work to start a remote gdbserver
This commit is contained in:
@@ -359,8 +359,10 @@ public:
|
||||
QString m_dumperLib;
|
||||
int m_attachedPID;
|
||||
bool m_useTerminal;
|
||||
// for remote debugging
|
||||
QString m_remoteChannel;
|
||||
QString m_remoteArchitecture;
|
||||
QString m_serverStartScript;
|
||||
|
||||
private:
|
||||
void init();
|
||||
|
||||
Reference in New Issue
Block a user