diff options
author | Tom Tromey <tom@tromey.com> | 2019-09-01 08:10:18 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2019-09-20 13:49:09 -0600 |
commit | b76251abaf279603367ae730b9194fb20861fdb9 (patch) | |
tree | ae93e2f0bd535a5befc8c5f556f556747b2268b3 /gdb/ChangeLog | |
parent | 0891be0835883fc1159565b780d63954e6b09bd9 (diff) | |
download | gdb-b76251abaf279603367ae730b9194fb20861fdb9.zip gdb-b76251abaf279603367ae730b9194fb20861fdb9.tar.gz gdb-b76251abaf279603367ae730b9194fb20861fdb9.tar.bz2 |
Remove a call to tui_locator_win_info_ptr
Commit e594a5d1 ("Turn two locator functions into methods") turned
set_locator_fullname into a method on tui_locator_window. I missed it
at the time, but this change allows for the removal of a call to
tui_locator_win_info_ptr.
gdb/ChangeLog
2019-09-20 Tom Tromey <tom@tromey.com>
* tui/tui-stack.c (tui_locator_window::set_locator_fullname):
Don't call tui_locator_win_info_ptr.
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 35584db..401c742 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2019-09-20 Tom Tromey <tom@tromey.com> + * tui/tui-stack.c (tui_locator_window::set_locator_fullname): + Don't call tui_locator_win_info_ptr. + +2019-09-20 Tom Tromey <tom@tromey.com> + * tui/tui-win.c (tui_resize_all): Don't call refresh. 2019-09-20 Tom Tromey <tom@tromey.com> |