aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2023-12-12 19:22:07 -0700
committerTom Tromey <tom@tromey.com>2024-03-11 16:27:26 -0600
commit0a909fdd47b94e2d2fd9c0387fb644a98cb35d3b (patch)
tree1d0ff21d200755fde75cd1547bc18cf129f7082a /gdb/Makefile.in
parent0824937af0c0822e629a7076c3f5dd39df3b16be (diff)
downloadbinutils-0a909fdd47b94e2d2fd9c0387fb644a98cb35d3b.zip
binutils-0a909fdd47b94e2d2fd9c0387fb644a98cb35d3b.tar.gz
binutils-0a909fdd47b94e2d2fd9c0387fb644a98cb35d3b.tar.bz2
Remove tui-out.[ch]
The other day on irc, we were discussing the "m_line" hack in tui-out.c, and I mentioned that it would be nice to replace this with a new ui_out_flag. Later, I looked at ui_out_flag and found: ui_source_list = (1 << 0), ... and sure enough, this is tested already. This patch removes tui-out.[ch] and changes the TUI to use an ordinary cli-out object without this flag set. As far as I can tell, this doesn't affect behavior at all -- the TUI tests all pass, and interactively I tried switching stack frames, "list", etc, and it all seems to work. New in v2: fixed the problem pointed out by Keith, and added a test case for that scenario. Reviewed-By: Andrew Burgess <aburgess@redhat.com>
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index e83fbc5..3316203 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -318,7 +318,6 @@ SUBDIR_TUI_SRCS = \
tui/tui-io.c \
tui/tui-layout.c \
tui/tui-location.c \
- tui/tui-out.c \
tui/tui-regs.c \
tui/tui-source.c \
tui/tui-status.c \
@@ -1605,7 +1604,6 @@ HFILES_NO_SRCDIR = \
tui/tui-io.h \
tui/tui-layout.h \
tui/tui-location.h \
- tui/tui-out.h \
tui/tui-regs.h \
tui/tui-source.h \
tui/tui-status.h \