forked from qt-creator/qt-creator
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:
@@ -84,6 +84,8 @@ public:
|
||||
QString sysRoot;
|
||||
QByteArray remoteDumperLib;
|
||||
QByteArray remoteSourcesDir;
|
||||
QString remoteMountPoint;
|
||||
QString localMountDir;
|
||||
Core::SshConnectionParameters connParams;
|
||||
|
||||
QString debuggerCommand;
|
||||
|
||||
Reference in New Issue
Block a user