commit | 729a211143c69e42debcb26bec7071d958e12b45 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Thu Dec 30 12:34:15 2021 -0700 |
committer | Tom Tromey <tom@tromey.com> | Wed Jan 05 11:36:33 2022 -0700 |
tree | fc2a3f39ef8918410b5a91d20e09c2fa5153ed75 | |
parent | 50f5d5c34d321275c4e59b2f098023f674c617d8 [diff] |
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.