forked from qt-creator/qt-creator
Debugger: Add an option to enable newer gdb's symbol index cache
GDB 8.3+ can automatically save indices of DWARF symbols on disk to speed up further loading of the same binaries. Make this option available to the user and switch it on by default. No harm is done for gdb builds without this feature. Task-number: QTCREATORBUG-23207 Change-Id: Id0d467eee429a94f1d8e826a883179796732d31e Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -112,6 +112,7 @@ public:
|
||||
Utils::BoolAspect loadGdbDumpers;
|
||||
Utils::BoolAspect intelFlavor;
|
||||
Utils::BoolAspect usePseudoTracepoints;
|
||||
Utils::BoolAspect useIndexCache;
|
||||
Utils::StringAspect gdbStartupCommands;
|
||||
Utils::StringAspect gdbPostAttachCommands;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user