public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Clean up wrap_here function a little
@ 2021-12-31 22:25 Tom Tromey
  2021-12-31 22:25 ` [PATCH 1/4] Convert wrap_here to use integer parameter Tom Tromey
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Tom Tromey @ 2021-12-31 22:25 UTC (permalink / raw)
  To: gdb-patches

One oddity in gdb is that wrap_here doesn't take a stream parameter.
This is a historical relic from before my involvement in gdb, but it
leads to kind of weird code that intermixes calls to wrap_here (which
only affects gdb_stdout) with writes to other streams.

This series is a step toward cleaning this up.  It's part of a larger
project to un-spaghettify gdb's output pager.

Regression tested on x86-64 Fedora 34.

Tom



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-01-26 22:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-31 22:25 [PATCH 0/4] Clean up wrap_here function a little Tom Tromey
2021-12-31 22:25 ` [PATCH 1/4] Convert wrap_here to use integer parameter Tom Tromey
2021-12-31 22:25 ` [PATCH 2/4] Add ui_file::wrap_here Tom Tromey
2021-12-31 22:25 ` [PATCH 3/4] Always call the wrap_here method Tom Tromey
2021-12-31 22:25 ` [PATCH 4/4] Remove global wrap_here function Tom Tromey
2022-01-26 22:21 ` [PATCH 0/4] Clean up wrap_here function a little Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).