Use filtered output in some dumping commands
authorTom Tromey <tom@tromey.com>
Thu, 30 Dec 2021 19:16:58 +0000 (12:16 -0700)
committerTom Tromey <tom@tromey.com>
Wed, 5 Jan 2022 18:36:33 +0000 (11:36 -0700)
commit7befbbd4c3d50c17fb22d872fd933d8c917aa5ee
treed557613e147874cfadab23223b412fd571d6ddbc
parent34fda50beed954b3fa392297c34c9417a81d7a38
Use filtered output in some dumping commands

There are several commands that may optionally send their output to a
file -- they take an optional filename argument and open a file.  This
patch changes these commands to use filtered output.  The rationale
here is that, when printing to gdb_stdout, filtering is appropriate --
it is, and should be, the default for all commands.  And, when writing
to a file, paging will not happen anyway (it only happens when the
stream==gdb_stdout), so using the _filtered form will not change
anything.
gdb/dummy-frame.c
gdb/maint-test-options.c
gdb/regcache-dump.c
gdb/regcache.c
gdb/reggroups.c