Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dgdbarch.c185 gdbarch_deprecated_init_frame_pc_ftype *deprecated_init_frame_pc; member
1268 (long) current_gdbarch->deprecated_init_frame_pc in gdbarch_dump()
3819 return gdbarch->deprecated_init_frame_pc != NULL; in gdbarch_deprecated_init_frame_pc_p()
3826 gdb_assert (gdbarch->deprecated_init_frame_pc != NULL); in gdbarch_deprecated_init_frame_pc()
3829 return gdbarch->deprecated_init_frame_pc (fromleaf, prev); in gdbarch_deprecated_init_frame_pc()
3834 … gdbarch_deprecated_init_frame_pc_ftype deprecated_init_frame_pc) in set_gdbarch_deprecated_init_frame_pc() argument
3836 gdbarch->deprecated_init_frame_pc = deprecated_init_frame_pc; in set_gdbarch_deprecated_init_frame_pc()
H A Dgdbarch.h1158 …ame_pc (struct gdbarch *gdbarch, gdbarch_deprecated_init_frame_pc_ftype *deprecated_init_frame_pc);