aboutsummaryrefslogtreecommitdiff
path: root/gdb/frame.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-03-31 19:40:28 +0000
committerAndrew Cagney <cagney@redhat.com>2004-03-31 19:40:28 +0000
commit5613d8d3a362f344d7d88f0c00228006b8f85aa8 (patch)
treefa78fa73393e1607252b783bbe4c970e3469e31c /gdb/frame.h
parentc4557624e52a12aaf6633fc017228d449b7bdeb8 (diff)
downloadfsf-binutils-gdb-5613d8d3a362f344d7d88f0c00228006b8f85aa8.zip
fsf-binutils-gdb-5613d8d3a362f344d7d88f0c00228006b8f85aa8.tar.gz
fsf-binutils-gdb-5613d8d3a362f344d7d88f0c00228006b8f85aa8.tar.bz2
2004-03-31 Andrew Cagney <cagney@redhat.com>
* 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.
Diffstat (limited to 'gdb/frame.h')
-rw-r--r--gdb/frame.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/frame.h b/gdb/frame.h
index 028167d..3e38c61 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