Only have one API for unfiltered output
authorTom Tromey <tom@tromey.com>
Sat, 1 Jan 2022 19:18:47 +0000 (12:18 -0700)
committerTom Tromey <tom@tromey.com>
Tue, 29 Mar 2022 18:46:24 +0000 (12:46 -0600)
commitdcf1a2c8d2f5776796927d147f40214d23c818de
treeae0e553b000e0a12d62adf7428c5393bb78f736e
parent830df12588cfa80be673e710bee22761752ead11
Only have one API for unfiltered output

At the end of this series, the use of unfiltered output will be very
restricted -- only places that definitely need it will use it.  To
this end, I thought it would be good to reduce the number of
_unfiltered APIs that are exposed.  This patch changes gdb so that
only printf_unfiltered exists.  (After this patch, the f* variants
still exist as well, but those will be removed later.)
gdb/event-top.c
gdb/top.c
gdb/utils.c
gdb/utils.h