Rename fprintf_symbol_filtered
authorTom Tromey <tom@tromey.com>
Sun, 2 Jan 2022 18:55:39 +0000 (11:55 -0700)
committerTom Tromey <tom@tromey.com>
Tue, 29 Mar 2022 18:46:25 +0000 (12:46 -0600)
commitbed009b9d8601de825ac848c543ee9853628940d
treecd568f167395a54122b29169a32061538fec982c
parent9fbf7f083e21263b0a0e1f76d615adaa4e13cfe5
Rename fprintf_symbol_filtered

fprintf_symbol_filtered is misnamed, because whether filtering happens
is now up to the stream.  This renames it to fprintf_symbol, which
isn't a great name (the first "f" doesn't mean much and the second one
is truly meaningless here), but "print_symbol" was already taken.
gdb/c-typeprint.c
gdb/cp-valprint.c
gdb/p-valprint.c
gdb/printcmd.c
gdb/utils.c
gdb/utils.h