[PATCH] Speed up "gdb -tui" output

Doug Evans dje@google.com
Wed Jan 7 19:08:00 GMT 2015


On Wed, Jan 7, 2015 at 10:30 AM, Eli Zaretskii <eliz@gnu.org> wrote:
> The problem is not Windows per se, it's the Windows console driver
> implemented as part of ncurses.
>
>> So one way to go, and again, this is just a possibility,
>> is to not send tui_puts a character at a time.
>
> This means a major redesign of how ui-file and friends work, much more
> than the energy and time I have to spend on this issue.

Depends on how one approaches it.
I wasn't thinking of a major redesign when I said that.
If one wants to classify *any* change to the ui-file API as major, go for it,
but to me some changes are easier than others.
[It's not clear to me yet that any change will be necessary, btw.]

Note that while we do explicitly call *_unfiltered with single characters,
unfiltered output is not in itself broken up into single characters.

>> Is it possible to fix windows?
>> If the bug really is there ...
>
> It isn't.

This is good data to have.  Thanks.



More information about the Gdb-patches mailing list