Use filtered output in gnu-nat.c commands
authorTom Tromey <tom@tromey.com>
Mon, 27 Dec 2021 01:22:30 +0000 (18:22 -0700)
committerTom Tromey <tom@tromey.com>
Wed, 5 Jan 2022 18:36:33 +0000 (11:36 -0700)
commitd487ae28cee404c84a669bafd727e47e9407e8ba
treebedf4547ee65c0e00d9c6db7002654906be8b802
parent56c5b29b616e95749d0c99f936340897e14ab252
Use filtered output in gnu-nat.c commands

gnu-nat.c has a number of ordinary commands that should use filtered
output.  In a few cases, I changed the output to use gdb_stderr as
well.  I can't compile this file, so this patch is split out as a
"best effort".
gdb/gnu-nat.c