forked from qt-creator/qt-creator
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user