diff options
author | Tom de Vries <tdevries@suse.de> | 2019-05-14 17:45:51 +0200 |
---|---|---|
committer | Tom de Vries <tdevries@suse.de> | 2019-05-14 17:45:51 +0200 |
commit | a0a3a1e9d71887bbff54fcd1e33fcefcbc78b603 (patch) | |
tree | 9bdb9129104a9ef3c74e9b2794d0afd884a1897f /gdb | |
parent | c2509a1cc8beff40b1da8f85a3f27bf9df1d6c02 (diff) | |
download | fsf-binutils-gdb-a0a3a1e9d71887bbff54fcd1e33fcefcbc78b603.zip fsf-binutils-gdb-a0a3a1e9d71887bbff54fcd1e33fcefcbc78b603.tar.gz fsf-binutils-gdb-a0a3a1e9d71887bbff54fcd1e33fcefcbc78b603.tar.bz2 |
[gdb/doc] Mention index cache in concept and command index
The "automatic symbol index cache" entry in the docs is missing entries in the
concept and command indices. Add them.
gdb/doc/ChangeLog:
2019-05-14 Tom de Vries <tdevries@suse.de>
* gdb.texinfo (Automatic symbol index cache): Add concept and command
index entries.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 21cf2f1..4ea3250 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,5 +1,10 @@ 2019-05-14 Tom de Vries <tdevries@suse.de> + * gdb.texinfo (Automatic symbol index cache): Add concept and command + index entries. + +2019-05-14 Tom de Vries <tdevries@suse.de> + * gdb.texinfo (Maintenance Commands): Remove superfluous quoting on command index entry for "maint info selftests". diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 0774181..328d510 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -20407,6 +20407,7 @@ currently work for programs using Ada. @subsection Automatic symbol index cache +@cindex automatic symbol index cache It is possible for @value{GDBN} to automatically save a copy of this index in a cache on disk and retrieve it from there when loading the same binary in the future. This feature can be turned on with @kbd{set index-cache on}. The @@ -20414,11 +20415,13 @@ following commands can be used to tweak the behavior of the index cache. @table @code +@kindex set index-cache @item set index-cache on @itemx set index-cache off Enable or disable the use of the symbol index cache. @item set index-cache directory @var{directory} +@kindex show index-cache @itemx show index-cache directory Set/show the directory where index files will be saved. |