aboutsummaryrefslogtreecommitdiff
path: root/gdb/frame.h
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2008-07-15 23:29:24 +0000
committerDaniel Jacobowitz <drow@false.org>2008-07-15 23:29:24 +0000
commiteb2f4a08ce0d53c30571ff4b7bd6d2f174376388 (patch)
tree5ad41cccca50dce4a025971c5da506455a3cd4ae /gdb/frame.h
parent680b56ce65a42446a86fc333ca4c735fc770386c (diff)
downloadgdb-eb2f4a08ce0d53c30571ff4b7bd6d2f174376388.zip
gdb-eb2f4a08ce0d53c30571ff4b7bd6d2f174376388.tar.gz
gdb-eb2f4a08ce0d53c30571ff4b7bd6d2f174376388.tar.bz2
Revert frame_unwind_caller_pc / frame_unwind_caller_id.
Diffstat (limited to 'gdb/frame.h')
-rw-r--r--gdb/frame.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/gdb/frame.h b/gdb/frame.h
index b7ccd30..3e8f023 100644
--- a/gdb/frame.h
+++ b/gdb/frame.h
@@ -34,11 +34,6 @@
frame_unwind_WHAT...(): Unwind THIS frame's WHAT from the NEXT
frame.
- frame_unwind_caller_WHAT...(): Unwind WHAT for NEXT stack frame's
- real caller. Any inlined functions in NEXT's stack frame are
- skipped. Use these to ignore any potentially inlined functions,
- e.g. inlined into the first instruction of a library trampoline.
-
put_frame_WHAT...(): Put a value into this frame (unsafe, need to
invalidate the frame / regcache afterwards) (better name more
strongly hinting at its unsafeness)
@@ -366,7 +361,7 @@ extern CORE_ADDR get_frame_base (struct frame_info *);
instead, since that avoids the bug. */
extern struct frame_id get_frame_id (struct frame_info *fi);
-extern struct frame_id frame_unwind_caller_id (struct frame_info *next_frame);
+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
@@ -520,7 +515,7 @@ extern const char *frame_map_regnum_to_name (struct frame_info *frame,
calling frame. For GDB, `pc' is the resume address and not a
specific register. */
-extern CORE_ADDR frame_unwind_caller_pc (struct frame_info *frame);
+extern CORE_ADDR frame_pc_unwind (struct frame_info *frame);
/* Discard the specified frame. Restoring the registers to the state
of the caller. */