Searched refs:unwind_sp (Results 1 – 4 of 4) sorted by relevance
209 gdbarch_unwind_sp_ftype *unwind_sp; member1624 (long) current_gdbarch->unwind_sp); in gdbarch_dump()3135 return gdbarch->unwind_sp != NULL; in gdbarch_unwind_sp_p()3142 gdb_assert (gdbarch->unwind_sp != NULL); in gdbarch_unwind_sp()3145 return gdbarch->unwind_sp (gdbarch, next_frame); in gdbarch_unwind_sp()3150 gdbarch_unwind_sp_ftype unwind_sp) in set_gdbarch_unwind_sp() argument3152 gdbarch->unwind_sp = unwind_sp; in set_gdbarch_unwind_sp()
1026 extern void set_gdbarch_unwind_sp (struct gdbarch *gdbarch, gdbarch_unwind_sp_ftype *unwind_sp);
575 M::CORE_ADDR:unwind_sp:struct frame_info *next_frame:next_frame
3247 @item CORE_ADDR unwind_sp (struct frame_info *@var{this_frame})3248 @findex unwind_sp3249 @anchor{unwind_sp} Return the frame's inner most stack address. This is3853 @xref{unwind_sp}, which replaces @code{TARGET_READ_SP}.