Use unfiltered output in annotate.c
authorTom Tromey <tom@tromey.com>
Sat, 8 Jan 2022 23:23:18 +0000 (16:23 -0700)
committerTom Tromey <tom@tromey.com>
Tue, 29 Mar 2022 18:46:24 +0000 (12:46 -0600)
commit9e4902bfacb49f350cb95e7ee0fe1a8eed33c353
treed37de0f767a801bf92998cd153de0f484733d48b
parent2f761de2bab729dcd010057f153d73f2c01396b4
Use unfiltered output in annotate.c

It seems to me that annotations should not be filtered.  While it
might be weird for an annotation-based UI to use the pager, it's not,
I think, out of the question.  This patch makes this change.
gdb/annotate.c