aboutsummaryrefslogtreecommitdiff
path: root/gdb/frame.h
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2008-07-15 18:32:06 +0000
committerDaniel Jacobowitz <drow@false.org>2008-07-15 18:32:06 +0000
commitef02daa9e63e24a670a7d30166c33eb979ecf580 (patch)
tree77b9ea563521b8d37ae42af57f5863794a867a18 /gdb/frame.h
parent96e32df874f88b174fde0c5c7133a4ee50fe2154 (diff)
downloadgdb-ef02daa9e63e24a670a7d30166c33eb979ecf580.zip
gdb-ef02daa9e63e24a670a7d30166c33eb979ecf580.tar.gz
gdb-ef02daa9e63e24a670a7d30166c33eb979ecf580.tar.bz2
* frame.c (frame_func_unwind): Delete.
(get_frame_func): Do not use it. * frame.h (frame_func_unwind): Delete prototype. * hppa-tdep.c (hppa_frame_cache): Update comment. * rs6000-tdep.c (rs6000_frame_cache): Update comment.
Diffstat (limited to 'gdb/frame.h')
-rw-r--r--gdb/frame.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/gdb/frame.h b/gdb/frame.h
index d2eb5dd..b157ee5 100644
--- a/gdb/frame.h
+++ b/gdb/frame.h
@@ -99,7 +99,7 @@ struct frame_id
lifetime of the frame. While the PC (a.k.a. resume address)
changes as the function is executed, this code address cannot.
Typically, it is set to the address of the entry point of the
- frame's function (as returned by frame_func_unwind().
+ frame's function (as returned by get_frame_func).
This field is valid only if code_addr_p is true. Otherwise, this
frame is considered to have a wildcard code address, i.e. one that
@@ -300,11 +300,6 @@ extern CORE_ADDR frame_sp_unwind (struct frame_info *);
that function isn't known. */
extern CORE_ADDR get_frame_func (struct frame_info *fi);
-/* Similar to get_frame_func, find the start of the function which
- logically called NEXT_FRAME, assuming it is a THIS_TYPE frame. */
-extern CORE_ADDR frame_func_unwind (struct frame_info *next_frame,
- enum frame_type this_type);
-
/* Closely related to the resume address, various symbol table
attributes that are determined by the PC. Note that for a normal
frame, the PC refers to the resume address after the return, and