Always print the "host libthread-db" message to stdout
authorTom Tromey <tom@tromey.com>
Thu, 30 Dec 2021 19:13:52 +0000 (12:13 -0700)
committerTom Tromey <tom@tromey.com>
Tue, 25 Jan 2022 22:22:49 +0000 (15:22 -0700)
commita8e9f2575981ed1381967c4fca21808c3d869b9f
tree5e2a6244a1b9ca8382a4d4447a0db0386773897c
parentd4396e0e97d21ad766089748fde1e11257384c49
Always print the "host libthread-db" message to stdout

linux-thread-db.c has a bit of unusual code that unconditionally
prints a message, but decides whether to print to gdb_stdout or
gdb_stdlog based on a debug flag.  It seems better to me to simply
always print this; and this is the only spot in gdb where we
conditionally pass gdb_stdout to one of the f*_unfiltered functions.
gdb/linux-thread-db.c