diff options
author | Tom Tromey <tom@tromey.com> | 2019-07-18 14:12:31 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2019-08-30 12:57:09 -0600 |
commit | 12a8555a5402b46da5ad39e29156c0d6b3a81a78 (patch) | |
tree | 7fe593e1ef6a16c5cf066afd2c59cf2538d5b47e /gdb/ChangeLog | |
parent | 900ac24287a26146a6a5f4b3b9d6610f3b574428 (diff) | |
download | gdb-12a8555a5402b46da5ad39e29156c0d6b3a81a78.zip gdb-12a8555a5402b46da5ad39e29156c0d6b3a81a78.tar.gz gdb-12a8555a5402b46da5ad39e29156c0d6b3a81a78.tar.bz2 |
Minor rearrangement of tui-stack.c
This move _initialize_tui_stack to the end of tui-stack.c, per the gdb
style; and then removes two unnecessary forward declarations.
gdb/ChangeLog
2019-08-30 Tom Tromey <tom@tromey.com>
* tui/tui-stack.c (_initialize_tui_stack): Move later.
Remove unnecessary forward declarations.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 38619ef..981189e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2019-08-30 Tom Tromey <tom@tromey.com> + * tui/tui-stack.c (_initialize_tui_stack): Move later. + Remove unnecessary forward declarations. + +2019-08-30 Tom Tromey <tom@tromey.com> + * tui/tui-stack.c (tui_locator_window::set_locator_fullname): Call rerender. (tui_update_locator_fullname, tui_show_frame_info): Don't call |