Home
last modified time | relevance | path

Searched refs:gdbarch_unwind_sp (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dmn10300-tdep.c1278 = gdbarch_unwind_sp (gdbarch, create_new_frame (sp, func_addr)); in mn10300_push_dummy_call()
Dgdbarch-gen.h643 extern CORE_ADDR gdbarch_unwind_sp (struct gdbarch *gdbarch, const frame_info_ptr &next_frame);
Dframe.c3154 return gdbarch_unwind_sp (gdbarch, frame_info_ptr (this_frame->next)); in get_frame_sp()
Dgdbarch.c3068 gdbarch_unwind_sp (struct gdbarch *gdbarch, const frame_info_ptr &next_frame) in gdbarch_unwind_sp() function
DChangeLog-2018379 (get_frame_sp): Assume that gdbarch_unwind_sp is available.
DChangeLog-20037762 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
DChangeLog-201911685 (mn10300_push_dummy_call): Use gdbarch_unwind_sp not
/netbsd/src/external/gpl3/gdb/dist/gdb/doc/
DChangeLog-1991-20218391 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.