public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] Remove a use of pagination_enabled
@ 2023-02-14 21:03 Tom Tromey
  0 siblings, 0 replies; only message in thread
From: Tom Tromey @ 2023-02-14 21:03 UTC (permalink / raw)
  To: gdb-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=34116a8a2d0f46c23cf0e4d1c0842e1bea827ab2

commit 34116a8a2d0f46c23cf0e4d1c0842e1bea827ab2
Author: Tom Tromey <tom@tromey.com>
Date:   Sat Jan 28 08:23:52 2023 -0700

    Remove a use of pagination_enabled
    
    I noticed that the TUI temporarily sets pagination_enabled and
    gdb_stdout in one spot.  However, I don't believe these settings are
    necessary here, as a ui_file is passed to
    gdbarch_print_registers_info.  This patch removes these settings.

Diff:
---
 gdb/tui/tui-regs.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/gdb/tui/tui-regs.c b/gdb/tui/tui-regs.c
index 3e794aed224..50a238401df 100644
--- a/gdb/tui/tui-regs.c
+++ b/gdb/tui/tui-regs.c
@@ -91,12 +91,6 @@ tui_register_format (frame_info_ptr frame, int regnum)
 
   /* Expand tabs into spaces, since ncurses on MS-Windows doesn't.  */
   tab_expansion_file stream;
-
-  scoped_restore save_pagination
-    = make_scoped_restore (&pagination_enabled, false);
-  scoped_restore save_stdout
-    = make_scoped_restore (&gdb_stdout, &stream);
-
   gdbarch_print_registers_info (gdbarch, &stream, frame, regnum, 1);
 
   /* Remove the possible \n.  */

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-02-14 21:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-14 21:03 [binutils-gdb] Remove a use of pagination_enabled 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).