This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] gdb: Don't flush line wrap buffer before adding newline
* Tom Tromey <tom@tromey.com> [2019-02-05 09:11:52 -0700]:
> >>>>> "Andrew" == Andrew Burgess <andrew.burgess@embecosm.com> writes:
>
> Andrew> The patch below shows a new proposal for utils.c.
> Andrew> Do you agree with the issues I see above?
> Andrew> What do you think of the new approach?
>
> Could you try my branch? It fixes this problem and a few more
> besides.
Yes, this fixes the original issue, and a second issue that I had an
almost complete patch for.
I'll wait for your fixes to land.
Thanks,
Andrew
> I am in the process -- kind of slow due to travel etc -- of writing the
> last couple of test cases to make sure it is all correct... Philippe
> found a number of bugs in this area a while back and the branch attempts
> to fix them all.
>
> It's the branch submit/fix-pager on my github.
> It's in an ugly form right now (I didn't squash the patches yet), but
> that shouldn't matter for trying it.
>
> Tom