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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dmn10300-tdep.c1281 = gdbarch_unwind_sp (gdbarch, create_new_frame (sp, func_addr));
H A Dframe.c2866 /* NOTE drow/2008-06-28: gdbarch_unwind_sp could be converted to
2868 return gdbarch_unwind_sp (gdbarch, this_frame->next);
H A Dgdbarch.h662 extern CORE_ADDR gdbarch_unwind_sp (struct gdbarch *gdbarch, struct frame_info *next_frame);
H A Dgdbarch.c3118 gdbarch_unwind_sp (struct gdbarch *gdbarch, struct frame_info *next_frame) function
3123 fprintf_unfiltered (gdb_stdlog, "gdbarch_unwind_sp called\n");
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dmn10300-tdep.c1278 = gdbarch_unwind_sp (gdbarch, create_new_frame (sp, func_addr));
H A Dgdbarch-gen.h586 extern CORE_ADDR gdbarch_unwind_sp (struct gdbarch *gdbarch, frame_info_ptr next_frame);
H A Dframe.c3007 /* NOTE drow/2008-06-28: gdbarch_unwind_sp could be converted to
3009 return gdbarch_unwind_sp (gdbarch, frame_info_ptr (this_frame->next));
H A Dgdbarch.c2971 gdbarch_unwind_sp (struct gdbarch *gdbarch, frame_info_ptr next_frame) function
2976 gdb_printf (gdb_stdlog, "gdbarch_unwind_sp called\n");

Completed in 286 milliseconds