Filtered output cleanup in expression dumping
authorTom Tromey <tom@tromey.com>
Thu, 30 Dec 2021 19:34:15 +0000 (12:34 -0700)
committerTom Tromey <tom@tromey.com>
Wed, 5 Jan 2022 18:36:33 +0000 (11:36 -0700)
commit729a211143c69e42debcb26bec7071d958e12b45
treefc2a3f39ef8918410b5a91d20e09c2fa5153ed75
parent50f5d5c34d321275c4e59b2f098023f674c617d8
Filtered output cleanup in expression dumping

Most of the expression-dumping code uses filtered output, but a few
functions did not.  This patch cleans up these instance.

Note that this won't cause any behavior change, because the only calls
to dump_prefix_expression pass in gdb_stdlog.  However, in the long
run it's easier to audit the code if the number of uses of _unfiltered
is reduced.
gdb/expprint.c