GDB Manual section 18.5.1
Nick Savoiu via gdb
gdb@sourceware.org
Tue Mar 26 18:27:00 GMT 2019
The above mention section mentions that one can issue commands such as
set index-cache on
to control index caching. I'm using GDB 8.2.1 (the latest version released) but this command errors out
Reading symbols from a.out...done.
(gdb) set index-cache on
No symbol "index" in current context.
(gdb)
Using 'help set' also does not seem to list index-cache.
Am I doing something wrong or is the documentation out of sync?
Thanks,Nick
More information about the Gdb
mailing list