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

/freebsd-10.1-release/contrib/gdb/gdb/
H A Dgdbarch.c185 gdbarch_deprecated_init_frame_pc_ftype *deprecated_init_frame_pc; member in struct:gdbarch
352 0, /* deprecated_init_frame_pc */
655 /* Skip verify of deprecated_init_frame_pc, has predicate */
1268 (long) current_gdbarch->deprecated_init_frame_pc
3819 return gdbarch->deprecated_init_frame_pc != NULL;
3826 gdb_assert (gdbarch->deprecated_init_frame_pc != NULL);
3829 return gdbarch->deprecated_init_frame_pc (fromleaf, prev);
3834 gdbarch_deprecated_init_frame_pc_ftype deprecated_init_frame_pc)
3836 gdbarch->deprecated_init_frame_pc = deprecated_init_frame_pc;
3833 set_gdbarch_deprecated_init_frame_pc(struct gdbarch *gdbarch, gdbarch_deprecated_init_frame_pc_ftype deprecated_init_frame_pc) argument
[all...]
H A Dgdbarch.h1158 extern void set_gdbarch_deprecated_init_frame_pc (struct gdbarch *gdbarch, gdbarch_deprecated_init_frame_pc_ftype *deprecated_init_frame_pc);

Completed in 127 milliseconds