diff options
author | Tom Tromey <tom@tromey.com> | 2025-01-11 14:34:06 -0700 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2025-01-29 10:21:49 -0700 |
commit | 59d2fac1004a9d6b75ebb52b8faacffed1704021 (patch) | |
tree | e148d22d967badf1039c21c3a4eb952ef1d03e4b /gdb/cli | |
parent | 652e09d5c6da96dd987509a44eeb3d02d57fc2f5 (diff) | |
download | binutils-59d2fac1004a9d6b75ebb52b8faacffed1704021.zip binutils-59d2fac1004a9d6b75ebb52b8faacffed1704021.tar.gz binutils-59d2fac1004a9d6b75ebb52b8faacffed1704021.tar.bz2 |
Remove "enabled" output from show_index_cache_command
show_index_cache_command prints whether the index-cache is enabled.
This text was added back in 2018 in commit 87d6a7aa (Add DWARF index
cache). Then in 2021, the enabling option was changed via commit
7bc5c369 (gdb: introduce "set index-cache enabled", deprecate "set
index-cache on/off").
This latter change made this output, IMO, redundant. That is,
currently gdb will show:
(gdb) show index-cache
...
index-cache enabled: The index cache is off.
...
The index cache is currently disabled.
This patch removes the redundant output.
Diffstat (limited to 'gdb/cli')
0 files changed, 0 insertions, 0 deletions