aboutsummaryrefslogtreecommitdiff
path: root/gdb/go32-nat.c
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2021-12-26 18:14:39 -0700
committerTom Tromey <tom@tromey.com>2022-01-05 11:36:22 -0700
commita03743453101edf0badda39f25d30736d184973b (patch)
tree2680710926c816e05f41660cbabfbe6b591a2cc5 /gdb/go32-nat.c
parentec2770563a66ee861442f212b48523d71a624c0e (diff)
downloadfsf-binutils-gdb-a03743453101edf0badda39f25d30736d184973b.zip
fsf-binutils-gdb-a03743453101edf0badda39f25d30736d184973b.tar.gz
fsf-binutils-gdb-a03743453101edf0badda39f25d30736d184973b.tar.bz2
Use filtered output in files_info implementations
This changes the implementations of the target files_info method to use filtered output. This makes sense because the sole caller of this method is an ordinary command (info_program_command). This patch changes this command to use filtered output as well.
Diffstat (limited to 'gdb/go32-nat.c')
-rw-r--r--gdb/go32-nat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/go32-nat.c b/gdb/go32-nat.c
index 970e9e0..204c212 100644
--- a/gdb/go32-nat.c
+++ b/gdb/go32-nat.c
@@ -663,7 +663,7 @@ static cmdline_t child_cmd; /* Parsed child's command line kept here. */
void
go32_nat_target::files_info ()
{
- printf_unfiltered ("You are running a DJGPP V2 program.\n");
+ printf_filtered ("You are running a DJGPP V2 program.\n");
}
void