diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5d5e829..2bef30b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,14 @@ 2015-06-30 Patrick Palka <patrick@parcs.ath.cx> + PR tui/13378 + * tui/tui-stack.c (tui_set_locator_info): Change prototype to + return an int instead of void. Return whether the locator + window has changed. + (tui_show_frame_info): If the locator info has not changed, then + bail out early to avoid refreshing the windows. + +2015-06-30 Patrick Palka <patrick@parcs.ath.cx> + * tui/tui-stack.c (tui_set_locator_info): Explicitly pass LOCATOR_WIN to tui_alloc_content. |