debugger: hack to specify sysroot in generic remote linux

Change-Id: I9657f71246df4742329a0b4f27bf08f146e9632a
Reviewed-on: http://codereview.qt-project.org/5534
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2011-09-26 12:38:17 +02:00
committed by hjk
parent 9cc4751857
commit 84a535bae7
4 changed files with 58 additions and 47 deletions

View File

@@ -108,8 +108,9 @@ public:
bool useServerStartScript;
QString serverStartScript;
QString sysroot;
QString debugInfoLocation;
QStringList debugSourceLocation;
QString debugInfoLocation; // Gdb "set-debug-file-directory".
QString solibSearchPath; // Gdb "set solib-search-path".
QStringList debugSourceLocation; // Gdb "directory"
QByteArray remoteDumperLib;
QByteArray remoteSourcesDir;
QString remoteMountPoint;