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

@@ -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();