diff options
author | Stephane Carrez <stcarrez@nerim.fr> | 2002-08-25 18:42:32 +0000 |
---|---|---|
committer | Stephane Carrez <stcarrez@nerim.fr> | 2002-08-25 18:42:32 +0000 |
commit | 3f1f1604c654c30259a81a11086ef412f73e3fa3 (patch) | |
tree | 031c3feac79e0543e3ea7e191db007f4e0f1292e /gdb/tui/ChangeLog | |
parent | 8391ce91874443650345d548856fa95fc7cb4b36 (diff) | |
download | gdb-3f1f1604c654c30259a81a11086ef412f73e3fa3.tar.gz |
* tui-hooks.c (tui_selected_frame_level_changed_hook): Always update
the frame position.
Diffstat (limited to 'gdb/tui/ChangeLog')
-rw-r--r-- | gdb/tui/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/tui/ChangeLog b/gdb/tui/ChangeLog index 60ec1d0e72d..8abbf61cc35 100644 --- a/gdb/tui/ChangeLog +++ b/gdb/tui/ChangeLog @@ -1,5 +1,10 @@ 2002-08-25 Stephane Carrez <stcarrez@nerim.fr> + * tui-hooks.c (tui_selected_frame_level_changed_hook): Always update + the frame position. + +2002-08-25 Stephane Carrez <stcarrez@nerim.fr> + * tuiStack.c (tuiSetLocatorContent): Remove. (tuiUpdateLocatorInfoFromFrame): Remove. (tui_set_locator_info): Allocate the content buffer if necessary. |