2002-11-23 Andrew Cagney <ac131313@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Sun, 24 Nov 2002 03:20:09 +0000 (03:20 +0000)
committerAndrew Cagney <cagney@redhat.com>
Sun, 24 Nov 2002 03:20:09 +0000 (03:20 +0000)
commit0225421b7c765bc999684513699ff324bdd3cf02
tree54de6f2bc9509dd8987ebb5504495eedce68b792
parent86a2cbee551cf89e4c87d48092733065a2a2ef11
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.
gdb/ChangeLog
gdb/Makefile.in
gdb/ada-lang.c
gdb/breakpoint.c
gdb/stack.c
gdb/tui/ChangeLog
gdb/tui/tuiStack.c