diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-11-24 03:20:09 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-11-24 03:20:09 +0000 |
commit | 0225421b7c765bc999684513699ff324bdd3cf02 (patch) | |
tree | 54de6f2bc9509dd8987ebb5504495eedce68b792 /gdb/tui/ChangeLog | |
parent | 86a2cbee551cf89e4c87d48092733065a2a2ef11 (diff) | |
download | gdb-0225421b7c765bc999684513699ff324bdd3cf02.zip gdb-0225421b7c765bc999684513699ff324bdd3cf02.tar.gz gdb-0225421b7c765bc999684513699ff324bdd3cf02.tar.bz2 |
2002-11-23 Andrew Cagney <ac131313@redhat.com>
* breakpoint.c: Include "gdb_assert.h".
(deprecated_frame_in_dummy): Assert that generic dummy frames are
not being used.
* Makefile.in (breakpoint.o): Update dependencies.
* ada-lang.c (find_printable_frame): Use get_frame_type instead of
deprecated_frame_in_dummy.
* stack.c (print_frame_info_base): Ditto.
(frame_info): Ditto.
(print_frame_info_base): Ditto. Delete dead code.
Index: tui/ChangeLog
2002-11-23 Andrew Cagney <ac131313@redhat.com>
* tuiStack.c (tuiShowFrameInfo): Use get_frame_type instead of
deprecated_frame_in_dummy. Fix coding style.
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 2ed06f3..3c72765 100644 --- a/gdb/tui/ChangeLog +++ b/gdb/tui/ChangeLog @@ -1,3 +1,8 @@ +2002-11-23 Andrew Cagney <ac131313@redhat.com> + + * tuiStack.c (tuiShowFrameInfo): Use get_frame_type instead of + deprecated_frame_in_dummy. Fix coding style. + 2002-11-21 Stephane Carrez <stcarrez@nerim.fr> * tui-hooks.c (tui_init_hook): Don't enable the TUI if a specific |