Consistently Use ui_file parameter to show callbacks
authorTom Tromey <tom@tromey.com>
Tue, 28 Dec 2021 21:10:11 +0000 (14:10 -0700)
committerTom Tromey <tom@tromey.com>
Wed, 29 Dec 2021 18:08:04 +0000 (11:08 -0700)
commit7514a661283b9725ceeb4385be67b6b5d7702b2c
treeec1a988096fef8b15609413267729f3a0b7c7194
parentde4686ffaff8bade61657078990f392b3aa14ff4
Consistently Use ui_file parameter to show callbacks

I happened to notice that one "show" callback was printing to
gdb_stdout rather than to the passed-in ui_file parameter.  I went
through all such callbacks and fixed them to consistently use the
ui_file.

Regression tested on x86-64 Fedora 34.
gdb/cli/cli-logging.c
gdb/debuginfod-support.c
gdb/exec.c
gdb/infcmd.c
gdb/language.c
gdb/mips-tdep.c
gdb/record-btrace.c
gdb/remote.c
gdb/source.c
gdb/target-descriptions.c
gdb/tui/tui-win.c