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

/freebsd-10-stable/contrib/gdb/gdb/
H A Dgdbarch.c184 gdbarch_deprecated_init_frame_pc_first_ftype *deprecated_init_frame_pc_first; member in struct:gdbarch
351 0, /* deprecated_init_frame_pc_first */
654 /* Skip verify of deprecated_init_frame_pc_first, has predicate */
1287 (long) current_gdbarch->deprecated_init_frame_pc_first
3795 return gdbarch->deprecated_init_frame_pc_first != NULL;
3802 gdb_assert (gdbarch->deprecated_init_frame_pc_first != NULL);
3805 return gdbarch->deprecated_init_frame_pc_first (fromleaf, prev);
3810 gdbarch_deprecated_init_frame_pc_first_ftype deprecated_init_frame_pc_first)
3812 gdbarch->deprecated_init_frame_pc_first = deprecated_init_frame_pc_first;
3809 set_gdbarch_deprecated_init_frame_pc_first(struct gdbarch *gdbarch, gdbarch_deprecated_init_frame_pc_first_ftype deprecated_init_frame_pc_first) argument
[all...]
H A Dgdbarch.h1133 extern void set_gdbarch_deprecated_init_frame_pc_first (struct gdbarch *gdbarch, gdbarch_deprecated_init_frame_pc_first_ftype *deprecated_init_frame_pc_first);

Completed in 54 milliseconds