diff options
author | Daniel Jacobowitz <drow@false.org> | 2008-07-15 18:40:03 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2008-07-15 18:40:03 +0000 |
commit | ad1193e7adcb51147335bf83e6229b3ea47bb4b8 (patch) | |
tree | c3077ffb693fbe16b96b77266d582479ca799e3e /gdb/frame.h | |
parent | ef02daa9e63e24a670a7d30166c33eb979ecf580 (diff) | |
download | gdb-ad1193e7adcb51147335bf83e6229b3ea47bb4b8.zip gdb-ad1193e7adcb51147335bf83e6229b3ea47bb4b8.tar.gz gdb-ad1193e7adcb51147335bf83e6229b3ea47bb4b8.tar.bz2 |
* dwarf2-frame.c (dwarf2_frame_cache): Update comment.
* frame.c (frame_unwind_address_in_block): Delete.
(get_frame_address_in_block): Do not use it. Check the type
of the next frame first.
(frame_cleanup_after_sniffer): Update comment.
* frame.h (frame_unwind_address_in_block): Delete prototype.
* hppa-tdep.c (hppa_find_unwind_entry_in_block): Update comment.
Diffstat (limited to 'gdb/frame.h')
-rw-r--r-- | gdb/frame.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gdb/frame.h b/gdb/frame.h index b157ee5..579b423 100644 --- a/gdb/frame.h +++ b/gdb/frame.h @@ -281,13 +281,6 @@ extern CORE_ADDR get_frame_pc (struct frame_info *); extern CORE_ADDR get_frame_address_in_block (struct frame_info *this_frame); -/* Similar to get_frame_address_in_block, find an address in the - block which logically called NEXT_FRAME, assuming it is a THIS_TYPE - frame. */ - -extern CORE_ADDR frame_unwind_address_in_block (struct frame_info *next_frame, - enum frame_type this_type); - /* The frame's inner-most bound. AKA the stack-pointer. Confusingly known as top-of-stack. */ |