From ad1193e7adcb51147335bf83e6229b3ea47bb4b8 Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Tue, 15 Jul 2008 18:40:03 +0000 Subject: * 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. --- gdb/frame.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'gdb/frame.h') diff --git a/gdb/frame.h b/gdb/frame.h index b157ee533d4..579b4237da0 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. */ -- cgit v1.2.1