Fix "info frame" in the outermost frame.
[deliverable/binutils-gdb.git] / gdb / frame.h
index a5e1629f98419648e831e9b73a602b2e4e166f73..f8d5bc17a71576f4bd0b1feaa9eb9c75a4eb8d44 100644 (file)
@@ -548,14 +548,6 @@ extern void put_frame_register_bytes (struct frame_info *frame, int regnum,
 
 extern CORE_ADDR frame_unwind_caller_pc (struct frame_info *frame);
 
-/* Same as frame_unwind_caller_pc, but returns a boolean indication of
-   whether the caller PC is determinable (when the PC is unavailable,
-   it will not be), instead of possibly throwing an error trying to
-   read unavailable memory or registers.  */
-
-extern int frame_unwind_caller_pc_if_available (struct frame_info *this_frame,
-                                               CORE_ADDR *pc);
-
 /* Discard the specified frame.  Restoring the registers to the state
    of the caller.  */
 extern void frame_pop (struct frame_info *frame);
This page took 0.043523 seconds and 4 git commands to generate.