Unify gdb putc functions
authorTom Tromey <tom@tromey.com>
Sun, 2 Jan 2022 18:42:07 +0000 (11:42 -0700)
committerTom Tromey <tom@tromey.com>
Tue, 29 Mar 2022 18:46:24 +0000 (12:46 -0600)
commita11ac3b3e8ff6769badcf0041894f6c5acc1b94f
tree09cfacc40b2fbe929ca0013869915ddce49378ba
parent0426ad513f93bb1c5805988e60d6f87fbe738860
Unify gdb putc functions

Now that filtered and unfiltered output can be treated identically, we
can unify the putc family of functions.  This is done under the name
"gdb_putc".  Most of this patch was written by script.
26 files changed:
gdb/arm-tdep.c
gdb/break-catch-sig.c
gdb/breakpoint.c
gdb/c-lang.c
gdb/cli-out.c
gdb/compile/compile-cplus-types.c
gdb/dwarf2/loc.c
gdb/f-valprint.c
gdb/guile/scm-ports.c
gdb/guile/scm-pretty-print.c
gdb/hppa-tdep.c
gdb/linux-fork.c
gdb/mep-tdep.c
gdb/mi/mi-console.c
gdb/mi/mi-out.c
gdb/mips-tdep.c
gdb/p-typeprint.c
gdb/remote.c
gdb/rust-lang.c
gdb/s12z-tdep.c
gdb/serial.c
gdb/target.c
gdb/ui-file.c
gdb/utils.c
gdb/utils.h
gdb/valprint.c