Searched refs:gdbarch_deprecated_frame_saved_pc (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/gdb/gdb/
H A Dgdbarch.h1743 extern CORE_ADDR gdbarch_deprecated_frame_saved_pc (struct gdbarch *gdbarch, struct frame_info *fi);
1749 #define DEPRECATED_FRAME_SAVED_PC(fi) (gdbarch_deprecated_frame_saved_pc (current_gdbarch, fi))
H A Dgdbarch.c4565 gdbarch_deprecated_frame_saved_pc (struct gdbarch *gdbarch, struct frame_info *fi) function
4570 fprintf_unfiltered (gdb_stdlog, "gdbarch_deprecated_frame_saved_pc called\n");

Completed in 117 milliseconds