Use filtered output in target-descriptions.c
authorTom Tromey <tom@tromey.com>
Sun, 26 Dec 2021 20:37:23 +0000 (13:37 -0700)
committerTom Tromey <tom@tromey.com>
Wed, 5 Jan 2022 18:08:44 +0000 (11:08 -0700)
commitec2770563a66ee861442f212b48523d71a624c0e
treefe2e22dbbedd14bca6607526ba4f7cf79c251489
parenta1ea4cacd4ac309cdcd13184d225190c80d628ee
Use filtered output in target-descriptions.c

target-descriptions.c uses unfiltered output.  However, if you happen
to invoke this command interactively, it's probably better for it to
use filtering.  For non-interactive use, this doesn't matter.
gdb/target-descriptions.c