This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH][gdb] Make INTERP_TUI's default ui_out the INTERP_CONSOLE ui_out
- From: Tom de Vries <tdevries at suse dot de>
- To: Andrew Burgess <andrew dot burgess at embecosm dot com>
- Cc: gdb-patches at sourceware dot org, Tom Tromey <tom at tromey dot com>
- Date: Wed, 25 Sep 2019 01:20:22 +0200
- Subject: Re: [PATCH][gdb] Make INTERP_TUI's default ui_out the INTERP_CONSOLE ui_out
- References: <20190905095815.GA27717@delia> <20190924173122.GN4962@embecosm.com>
On 24-09-19 19:31, Andrew Burgess wrote:
> With this patch applied I see the fixed behaviour you describe at the
> CLI, however, if I do:
>
> (gdb) define mybt
> bt
> end
> (gdb) start
> (gdb) set logging redirect on
> (gdb) tui enable
> (gdb) set logging on
> (gdb) mybt
>
> The I see output appear on both the console and in the log file.
I can't reproduce this. Are you sure you removed the gdb.txt file before
starting gdb?
Thanks,
- Tom