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

/freebsd-10.1-release/contrib/gdb/gdb/
H A Dgdbarch.c223 gdbarch_deprecated_frame_saved_pc_ftype *deprecated_frame_saved_pc; member in struct:gdbarch
390 0, /* deprecated_frame_saved_pc */
695 /* Skip verify of deprecated_frame_saved_pc, has predicate */
1211 (long) current_gdbarch->deprecated_frame_saved_pc
4561 return gdbarch->deprecated_frame_saved_pc != NULL;
4568 gdb_assert (gdbarch->deprecated_frame_saved_pc != NULL);
4571 return gdbarch->deprecated_frame_saved_pc (fi);
4576 gdbarch_deprecated_frame_saved_pc_ftype deprecated_frame_saved_pc)
4578 gdbarch->deprecated_frame_saved_pc = deprecated_frame_saved_pc;
4575 set_gdbarch_deprecated_frame_saved_pc(struct gdbarch *gdbarch, gdbarch_deprecated_frame_saved_pc_ftype deprecated_frame_saved_pc) argument
[all...]
H A Dgdbarch.h1744 extern void set_gdbarch_deprecated_frame_saved_pc (struct gdbarch *gdbarch, gdbarch_deprecated_frame_saved_pc_ftype *deprecated_frame_saved_pc);

Completed in 113 milliseconds