]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/gdbtypes.c
Unify gdb puts functions
authorTom Tromey <tom@tromey.com>
Sun, 2 Jan 2022 18:36:44 +0000 (11:36 -0700)
committerTom Tromey <tom@tromey.com>
Tue, 29 Mar 2022 18:46:24 +0000 (12:46 -0600)
commit0426ad513f93bb1c5805988e60d6f87fbe738860
tree6ad0f94f9b2a907623df38db9dd7727fe80f5d51
parent19a7b8ab871b92dee32a0ebffe274388d3426564
Unify gdb puts functions

Now that filtered and unfiltered output can be treated identically, we
can unify the puts family of functions.  This is done under the name
"gdb_puts".  Most of this patch was written by script.
86 files changed:
gdb/ada-typeprint.c
gdb/ada-valprint.c
gdb/arm-tdep.c
gdb/ax-general.c
gdb/c-lang.c
gdb/c-typeprint.c
gdb/c-valprint.c
gdb/cli-out.c
gdb/cli/cli-decode.c
gdb/cli/cli-dump.c
gdb/cli/cli-script.c
gdb/cli/cli-style.c
gdb/compile/compile-c-support.c
gdb/compile/compile-cplus-types.c
gdb/compile/compile.c
gdb/complaints.c
gdb/cp-valprint.c
gdb/disasm.c
gdb/dwarf2/loc.c
gdb/dwarf2/read.c
gdb/event-top.c
gdb/exceptions.c
gdb/exec.c
gdb/expprint.c
gdb/f-lang.h
gdb/f-typeprint.c
gdb/f-valprint.c
gdb/gdbtypes.c
gdb/gnu-v3-abi.c
gdb/go-typeprint.c
gdb/go-valprint.c
gdb/go32-nat.c
gdb/guile/scm-ports.c
gdb/guile/scm-pretty-print.c
gdb/i387-tdep.c
gdb/infcmd.c
gdb/infrun.c
gdb/jit.c
gdb/linux-fork.c
gdb/linux-tdep.c
gdb/linux-thread-db.c
gdb/m2-lang.c
gdb/m2-typeprint.c
gdb/m2-valprint.c
gdb/macrocmd.c
gdb/main.c
gdb/maint-test-options.c
gdb/maint.c
gdb/make-target-delegates.py
gdb/mi/mi-console.c
gdb/mi/mi-interp.c
gdb/mi/mi-main.c
gdb/mi/mi-out.c
gdb/mips-linux-nat.c
gdb/mips-tdep.c
gdb/p-lang.c
gdb/p-lang.h
gdb/p-typeprint.c
gdb/p-valprint.c
gdb/printcmd.c
gdb/psymtab.c
gdb/python/py-framefilter.c
gdb/python/py-prettyprint.c
gdb/remote-sim.c
gdb/remote.c
gdb/riscv-tdep.c
gdb/rust-lang.c
gdb/rust-lang.h
gdb/s12z-tdep.c
gdb/ser-base.c
gdb/serial.c
gdb/source.c
gdb/stack.c
gdb/symfile.c
gdb/symmisc.c
gdb/symtab.c
gdb/target-debug.h
gdb/target-delegates.c
gdb/target-descriptions.c
gdb/target.c
gdb/tui/tui-layout.c
gdb/typeprint.c
gdb/utils.c
gdb/utils.h
gdb/valprint.c
gdb/windows-nat.c