forked from Imagelibrary/binutils-gdb
* stack.c (print_frame_info): Restore call to annotate_frame_begin
lost in the previous patch.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2003-02-02 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
|
* stack.c (print_frame_info): Restore call to annotate_frame_begin
|
||||||
|
lost in the previous patch.
|
||||||
|
|
||||||
2003-02-01 Andrew Cagney <ac131313@redhat.com>
|
2003-02-01 Andrew Cagney <ac131313@redhat.com>
|
||||||
|
|
||||||
From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
|
From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
|
||||||
|
|||||||
@@ -203,6 +203,8 @@ print_frame_info (struct frame_info *fi, int level, int source, int args)
|
|||||||
struct cleanup *uiout_cleanup
|
struct cleanup *uiout_cleanup
|
||||||
= make_cleanup_ui_out_tuple_begin_end (uiout, "frame");
|
= make_cleanup_ui_out_tuple_begin_end (uiout, "frame");
|
||||||
|
|
||||||
|
annotate_frame_begin (level == -1 ? 0 : level, get_frame_pc (fi));
|
||||||
|
|
||||||
/* Do this regardless of SOURCE because we don't have any source
|
/* Do this regardless of SOURCE because we don't have any source
|
||||||
to list for this frame. */
|
to list for this frame. */
|
||||||
if (level >= 0)
|
if (level >= 0)
|
||||||
@@ -216,7 +218,7 @@ print_frame_info (struct frame_info *fi, int level, int source, int args)
|
|||||||
ui_out_field_core_addr (uiout, "addr", fi->pc);
|
ui_out_field_core_addr (uiout, "addr", fi->pc);
|
||||||
annotate_frame_address_end ();
|
annotate_frame_address_end ();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (get_frame_type (fi) == DUMMY_FRAME)
|
if (get_frame_type (fi) == DUMMY_FRAME)
|
||||||
{
|
{
|
||||||
annotate_function_call ();
|
annotate_function_call ();
|
||||||
|
|||||||
Reference in New Issue
Block a user