Home
last modified time | relevance | path

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

/trueos/contrib/gdb/gdb/
HDgdbarch.c198 gdbarch_deprecated_pop_frame_ftype *deprecated_pop_frame; member
1359 (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() argument
4083 gdbarch->deprecated_pop_frame = deprecated_pop_frame; in set_gdbarch_deprecated_pop_frame()
HDgdbarch.h1355 …ated_pop_frame (struct gdbarch *gdbarch, gdbarch_deprecated_pop_frame_ftype *deprecated_pop_frame);