diff options
author | Tom Tromey <tom@tromey.com> | 2019-07-06 17:32:45 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2019-08-15 12:29:28 -0600 |
commit | ee556432c44dd5dbcf22c4086774bd29ded5b208 (patch) | |
tree | 1a630bfcb4538dcff45b6e56ed647f0e723ab34d /gdb/ChangeLog | |
parent | 46f438e3d57bae1d74ab9a7e6cba380b0e58f552 (diff) | |
download | gdb-ee556432c44dd5dbcf22c4086774bd29ded5b208.zip gdb-ee556432c44dd5dbcf22c4086774bd29ded5b208.tar.gz gdb-ee556432c44dd5dbcf22c4086774bd29ded5b208.tar.bz2 |
Rename the "reset" method to "resize"
tui_gen_win_info::reset really just resizes the window. This patch
renames it to reflect this.
gdb/ChangeLog
2019-08-15 Tom Tromey <tom@tromey.com>
* tui/tui-winsource.h (struct tui_source_window_base) <resize>:
Rename from reset.
* tui/tui-winsource.c (tui_source_window_base::resize): Rename.
* tui/tui-layout.c (show_source_disasm_command, show_data):
Update.
(tui_gen_win_info::resize): Rename.
(show_source_or_disasm_and_command): Update.
* tui/tui-data.h (struct tui_gen_win_info) <resize>: Rename from
reset.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f7ed59e..26741a1 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,17 @@ 2019-08-15 Tom Tromey <tom@tromey.com> + * tui/tui-winsource.h (struct tui_source_window_base) <resize>: + Rename from reset. + * tui/tui-winsource.c (tui_source_window_base::resize): Rename. + * tui/tui-layout.c (show_source_disasm_command, show_data): + Update. + (tui_gen_win_info::resize): Rename. + (show_source_or_disasm_and_command): Update. + * tui/tui-data.h (struct tui_gen_win_info) <resize>: Rename from + reset. + +2019-08-15 Tom Tromey <tom@tromey.com> + * tui/tui-stack.c (tui_initialize_static_data): Remove. * tui/tui-interp.c (tui_interp::init): Don't call tui_initialize_static_data. |