public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Change some index-cache commands
@ 2021-11-01 15:50 Simon Marchi
  2021-11-01 15:50 ` [PATCH 1/5] gdb: pass/return setting setter/getter scalar values by value Simon Marchi
                   ` (4 more replies)
  0 siblings, 5 replies; 17+ messages in thread
From: Simon Marchi @ 2021-11-01 15:50 UTC (permalink / raw)
  To: gdb-patches; +Cc: Simon Marchi

Reviewing Aaron's debuginfod series (which adds a command to
enable/disable the use of debuginfod) made me reconsider how I
designed the index-cache commands.  The details about that are in the
last two patches.  The first three patches are preparatory cleanups or
improvements.

Simon Marchi (5):
  gdb: pass/return setting setter/getter scalar values by value
  gdb: remove unnecessary cmd_list_element::aliases nullptr checks
  gdb: remove command_class enum class_deprecated
  gdb: add "info index-cache stats", deprecate "show index-cache stats"
  gdb: introduce "set index-cache enabled", deprecate "set index-cache
    on/off"

 gdb/cli/cli-decode.c                         | 112 ++++++++++-------
 gdb/cli/cli-setshow.c                        |   6 +-
 gdb/command.h                                |  85 +++++++------
 gdb/doc/gdb.texinfo                          |  10 +-
 gdb/dwarf2/index-cache.c                     | 126 ++++++++++---------
 gdb/remote.c                                 |   5 +-
 gdb/testsuite/gdb.base/index-cache.exp       |  34 +++--
 gdb/testsuite/gdb.base/maint.exp             |   8 +-
 gdb/testsuite/gdb.dwarf2/per-bfd-sharing.exp |   6 +-
 9 files changed, 225 insertions(+), 167 deletions(-)

-- 
2.26.2


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2021-11-04 19:51 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-01 15:50 [PATCH 0/5] Change some index-cache commands Simon Marchi
2021-11-01 15:50 ` [PATCH 1/5] gdb: pass/return setting setter/getter scalar values by value Simon Marchi
2021-11-04 18:27   ` Tom Tromey
2021-11-04 18:59     ` Simon Marchi
2021-11-04 19:51       ` Simon Marchi
2021-11-01 15:50 ` [PATCH 2/5] gdb: remove unnecessary cmd_list_element::aliases nullptr checks Simon Marchi
2021-11-04 18:29   ` Tom Tromey
2021-11-04 19:45     ` Simon Marchi
2021-11-01 15:50 ` [PATCH 3/5] gdb: remove command_class enum class_deprecated Simon Marchi
2021-11-04 18:30   ` Tom Tromey
2021-11-04 19:45     ` Simon Marchi
2021-11-01 15:50 ` [PATCH 4/5] gdb: add "info index-cache stats", deprecate "show index-cache stats" Simon Marchi
2021-11-04 18:33   ` Tom Tromey
2021-11-04 19:19     ` Simon Marchi
2021-11-01 15:50 ` [PATCH 5/5] gdb: introduce "set index-cache enabled", deprecate "set index-cache on/off" Simon Marchi
2021-11-04 18:36   ` Tom Tromey
2021-11-04 19:51     ` Simon Marchi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).