binutils-gdb/gdb/tui
Tom Tromey 76d2be8e92 Remove make_command_window
This unifies the creation and re-initialization cases for the command
window.  When this is done, it becomes clear that make_command_window
isn't needed -- it can be replaced with a simple "new", so this is
removed as well.

gdb/ChangeLog
2019-07-17  Tom Tromey  <tom@tromey.com>

	* tui/tui-layout.c (make_command_window): Remove.
	(show_source_disasm_command, show_source_or_disasm_and_command):
	Unify creation and re-initialization cases.
2019-07-17 12:19:18 -06:00
..
ChangeLog-1998-2003
tui-command.c Introduce can_scroll method 2019-07-17 12:18:51 -06:00
tui-command.h Normalize include guards in gdb 2019-02-07 03:27:23 -07:00
tui-data.c Always create an execution info window for a source window 2019-07-17 12:19:12 -06:00
tui-data.h Remove the win_type parameter from tui_gen_win_info::reset 2019-07-17 12:19:13 -06:00
tui-disasm.c Add win_info parameter to tui_set_disassem_content 2019-07-17 12:19:06 -06:00
tui-disasm.h Add win_info parameter to tui_set_disassem_content 2019-07-17 12:19:06 -06:00
tui-file.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
tui-file.h Normalize include guards in gdb 2019-02-07 03:27:23 -07:00
tui-hooks.c Make source windows be self-updating 2019-07-17 12:19:04 -06:00
tui-hooks.h Normalize include guards in gdb 2019-02-07 03:27:23 -07:00
tui-interp.c Move interpreter_p declaration to main.h 2019-05-08 10:38:02 -06:00
tui-io.c Rename common to gdbsupport 2019-07-09 07:45:38 -06:00
tui-io.h Improve/fix the TUI's current source line highlight 2019-03-18 14:26:00 +00:00
tui-layout.c Remove make_command_window 2019-07-17 12:19:18 -06:00
tui-layout.h Change tui_set_layout to return void 2019-07-17 12:19:15 -06:00
tui-out.c Rename field_int to field_signed 2019-07-17 10:34:05 -06:00
tui-out.h Rename field_int to field_signed 2019-07-17 10:34:05 -06:00
tui-regs.c Change tui_get_register to return void 2019-07-17 12:19:17 -06:00
tui-regs.h Introduce two more tui_data_window methods 2019-07-17 12:18:59 -06:00
tui-source.c Remove the win_type parameter from tui_gen_win_info::reset 2019-07-17 12:19:13 -06:00
tui-source.h Simplify source window clearing 2019-07-17 12:19:09 -06:00
tui-stack.c Remove unused parameter from two TUI functions 2019-07-17 12:19:07 -06:00
tui-stack.h Normalize include guards in gdb 2019-02-07 03:27:23 -07:00
tui-win.c Remove TUI data window special case 2019-07-17 12:19:11 -06:00
tui-win.h Introduce methods for scrolling 2019-06-25 07:48:28 -06:00
tui-windata.c Introduce two more tui_data_window methods 2019-07-17 12:18:59 -06:00
tui-windata.h Introduce tui_data_window::erase_data_content method 2019-07-17 12:18:59 -06:00
tui-wingeneral.c Simplify tui_gen_win_info::make_visible 2019-07-17 12:19:16 -06:00
tui-wingeneral.h Introduce TUI window iterator 2019-07-17 12:19:03 -06:00
tui-winsource.c Always create an execution info window for a source window 2019-07-17 12:19:12 -06:00
tui-winsource.h Remove unused parameter from two TUI functions 2019-07-17 12:19:07 -06:00
tui.c Remove TUI data window special case 2019-07-17 12:19:11 -06:00
tui.h Clean up tui_layout_command 2019-07-17 12:19:15 -06:00