Use filtered output in files_info implementations
authorTom Tromey <tom@tromey.com>
Mon, 27 Dec 2021 01:14:39 +0000 (18:14 -0700)
committerTom Tromey <tom@tromey.com>
Wed, 5 Jan 2022 18:36:22 +0000 (11:36 -0700)
commita03743453101edf0badda39f25d30736d184973b
tree2680710926c816e05f41660cbabfbe6b591a2cc5
parentec2770563a66ee861442f212b48523d71a624c0e
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.
gdb/go32-nat.c
gdb/nto-procfs.c
gdb/remote-sim.c
gdb/target.c
gdb/windows-nat.c