Searched refs:deprecated_pop_frame (Results 1 – 2 of 2) sorted by relevance
198 gdbarch_deprecated_pop_frame_ftype *deprecated_pop_frame; member1359 (long) current_gdbarch->deprecated_pop_frame in gdbarch_dump()4066 return gdbarch->deprecated_pop_frame != NULL; in gdbarch_deprecated_pop_frame_p()4073 gdb_assert (gdbarch->deprecated_pop_frame != NULL); in gdbarch_deprecated_pop_frame()4076 gdbarch->deprecated_pop_frame (); in gdbarch_deprecated_pop_frame()4081 gdbarch_deprecated_pop_frame_ftype deprecated_pop_frame) in set_gdbarch_deprecated_pop_frame() argument4083 gdbarch->deprecated_pop_frame = deprecated_pop_frame; in set_gdbarch_deprecated_pop_frame()
1355 …ated_pop_frame (struct gdbarch *gdbarch, gdbarch_deprecated_pop_frame_ftype *deprecated_pop_frame);