Debugger/GDB: Map remote to local source file names.

Necessary for debugging with a remote gdb (as opposed to gdbserver).

Reviewed-by: kh1
This commit is contained in:
ck
2010-08-09 15:27:21 +02:00
parent 729142b041
commit 5950aedf04
4 changed files with 17 additions and 13 deletions

View File

@@ -84,6 +84,8 @@ public:
QString sysRoot;
QByteArray remoteDumperLib;
QByteArray remoteSourcesDir;
QString remoteMountPoint;
QString localMountDir;
Core::SshConnectionParameters connParams;
QString debuggerCommand;