Index: frame.h =================================================================== RCS file: /cvs/src/src/gdb/frame.h,v retrieving revision 1.20 diff -c -3 -p -r1.20 frame.h *** frame.h 18 Jun 2002 09:04:24 -0000 1.20 --- frame.h 20 Jun 2002 22:13:39 -0000 *************** extern struct symbol *get_frame_function *** 250,255 **** --- 250,257 ---- extern CORE_ADDR get_frame_pc (struct frame_info *); + extern CORE_ADDR get_frame_calling_pc (struct frame_info *); + extern CORE_ADDR get_pc_function_start (CORE_ADDR); extern struct block *block_for_pc (CORE_ADDR);