Use filtered output in show callbacks
authorTom Tromey <tom@tromey.com>
Wed, 29 Dec 2021 18:05:51 +0000 (11:05 -0700)
committerTom Tromey <tom@tromey.com>
Wed, 29 Dec 2021 18:08:14 +0000 (11:08 -0700)
commit3de0d96078193276795b9bdf72a25b77b60d8337
tree6c730b8fdddc60a05cae34a7404a29c9e2c7454f
parent7514a661283b9725ceeb4385be67b6b5d7702b2c
Use filtered output in show callbacks

"show" command callbacks, like most ordinary gdb commands, should use
filtered output.  I found a few that did not, so this patch changes
them to use the filtered form.
gdb/arch-utils.c
gdb/arm-tdep.c
gdb/cli/cli-logging.c
gdb/debuginfod-support.c