binutils-gdb/gdb/tui
Tom Tromey 7a02bab704 Remove tui_expand_tabs
tui_expand_tabs only has a single caller.  This patch removes this
function, in favor of a tab-expanding variant of string_file.  This
simplifies the code somewhat.

gdb/ChangeLog
2020-07-01  Tom Tromey  <tom@tromey.com>

	* tui/tui-regs.h (struct tui_data_item_window) <content>: Now a
	std::string.
	* tui/tui-regs.c (class tab_expansion_file): New.
	(tab_expansion_file::write): New method.
	(tui_register_format): Change return type.  Use
	tab_expansion_file.
	(tui_get_register, tui_data_window::display_registers_from)
	(tui_data_item_window::rerender): Update.
	* tui/tui-io.h (tui_expand_tabs): Don't declare.
	* tui/tui-io.c (tui_expand_tabs): Remove.
2020-07-01 21:21:13 -06:00
..
ChangeLog-1998-2003
tui-command.c Remove flickering from the TUI 2020-01-19 13:08:49 -07:00
tui-command.h TUI windows do not need to store their type 2020-02-22 11:48:37 -07:00
tui-data.c Remove tui_set_win_with_focus 2020-02-22 11:48:38 -07:00
tui-data.h Remove unnecessary TUI declarations 2020-06-17 20:07:04 -06:00
tui-disasm.c Make some tui_source_window_base members "protected" 2020-02-22 12:57:25 -07:00
tui-disasm.h Make some tui_source_window_base members "protected" 2020-02-22 12:57:25 -07:00
tui-file.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
tui-file.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
tui-hooks.c Move event-loop.[ch] to gdbsupport/ 2020-04-13 14:10:04 -06:00
tui-hooks.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
tui-interp.c Fix crash when exiting TUI with gdb -tui 2020-06-16 18:02:20 -06:00
tui-io.c Remove tui_expand_tabs 2020-07-01 21:21:13 -06:00
tui-io.h Remove tui_expand_tabs 2020-07-01 21:21:13 -06:00
tui-layout.c Use macros for TUI window names 2020-06-16 18:02:20 -06:00
tui-layout.h Allow TUI windows in Python 2020-02-22 12:57:25 -07:00
tui-out.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
tui-out.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
tui-regs.c Remove tui_expand_tabs 2020-07-01 21:21:13 -06:00
tui-regs.h Remove tui_expand_tabs 2020-07-01 21:21:13 -06:00
tui-source.c Change get_objfile_arch to a method on objfile 2020-04-18 08:35:04 -06:00
tui-source.h Make some tui_source_window_base members "protected" 2020-02-22 12:57:25 -07:00
tui-stack.c Add "usage" text to all TUI command help 2020-02-22 12:57:25 -07:00
tui-stack.h TUI windows do not need to store their type 2020-02-22 11:48:37 -07:00
tui-win.c Update more calls to add_prefix_cmd 2020-05-03 11:31:20 -06:00
tui-win.h Remove unnecessary TUI declarations 2020-06-17 20:07:04 -06:00
tui-wingeneral.c Remove tui_delete_invisible_windows and tui_make_all_invisible 2020-02-22 11:48:37 -07:00
tui-wingeneral.h Remove tui_delete_invisible_windows and tui_make_all_invisible 2020-02-22 11:48:37 -07:00
tui-winsource.c Change get_objfile_arch to a method on objfile 2020-04-18 08:35:04 -06:00
tui-winsource.h Make some tui_source_window_base members "protected" 2020-02-22 12:57:25 -07:00
tui.c Fix crash when exiting TUI with gdb -tui 2020-06-16 18:02:20 -06:00
tui.h Fix crash when exiting TUI with gdb -tui 2020-06-16 18:02:20 -06:00