From 1eaca9ec2ef73a31e80c79abcd0fe15ea7e5c655 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Wed, 31 Mar 2004 19:40:28 +0000 Subject: 2004-03-31 Andrew Cagney * frame.h (frame_unwind_id): Declare. * frame.c (frame_unwind_id): New function. (get_prev_frame_1): New function. (frame_debug_got_null_frame): New function. (get_prev_frame): Use frame_debug_got_null_frame. Move unwind code proper to prev_frame, update description. * infrun.c (step_over_function): Use frame_unwind_id. --- gdb/frame.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gdb/frame.h') diff --git a/gdb/frame.h b/gdb/frame.h index 028167d4bde..3e38c6106b5 100644 --- a/gdb/frame.h +++ b/gdb/frame.h @@ -312,6 +312,7 @@ extern CORE_ADDR get_frame_base (struct frame_info *); frame after a frame cache flush (and other similar operations). If FI is NULL, return the null_frame_id. */ extern struct frame_id get_frame_id (struct frame_info *fi); +extern struct frame_id frame_unwind_id (struct frame_info *next_frame); /* Assuming that a frame is `normal', return its base-address, or 0 if the information isn't available. NOTE: This address is really only -- cgit v1.2.1