Home
last modified time | relevance | path

Searched refs:unwind_sp (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dgdbarch.c209 gdbarch_unwind_sp_ftype *unwind_sp; member
1624 (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() argument
3152 gdbarch->unwind_sp = unwind_sp; in set_gdbarch_unwind_sp()
Dgdbarch.h1026 extern void set_gdbarch_unwind_sp (struct gdbarch *gdbarch, gdbarch_unwind_sp_ftype *unwind_sp);
Dgdbarch.sh575 M::CORE_ADDR:unwind_sp:struct frame_info *next_frame:next_frame
/mirbsd/src/gnu/usr.bin/binutils/gdb/doc/
Dgdbint.texinfo3247 @item CORE_ADDR unwind_sp (struct frame_info *@var{this_frame})
3248 @findex unwind_sp
3249 @anchor{unwind_sp} Return the frame's inner most stack address. This is
3853 @xref{unwind_sp}, which replaces @code{TARGET_READ_SP}.