diff options
author | Tom Tromey <tom@tromey.com> | 2019-07-18 14:08:53 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2019-08-30 12:57:09 -0600 |
commit | 900ac24287a26146a6a5f4b3b9d6610f3b574428 (patch) | |
tree | d0365de6d64a6f814ce6d0f68ac3f01c062c14b2 /gdb/ChangeLog | |
parent | 99ab33fb2dab538b13df0f8c02ea02ff1fd6c4db (diff) | |
download | gdb-900ac24287a26146a6a5f4b3b9d6610f3b574428.zip gdb-900ac24287a26146a6a5f4b3b9d6610f3b574428.tar.gz gdb-900ac24287a26146a6a5f4b3b9d6610f3b574428.tar.bz2 |
Make tui_locator_window::set_locator_fullname re-render
This changes tui_locator_window::set_locator_fullname to re-render the
locator window, so that the callers don't need to do this.
gdb/ChangeLog
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
tui_show_locator_content.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8905a24..38619ef 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,12 @@ 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 + tui_show_locator_content. + +2019-08-30 Tom Tromey <tom@tromey.com> + * tui/tui-stack.c (tui_show_locator_content): Move lower. Rewrite. (tui_locator_window::rerender): Rewrite using body of previous tui_show_locator_content. |