Searched refs:gdbarch_unwind_pc (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/gdb/gdb/
H A Dframe.c399 pc = gdbarch_unwind_pc (current_gdbarch, this_frame);
419 internal_error (__FILE__, __LINE__, "No gdbarch_unwind_pc method");
H A Dgdbarch.h1755 extern CORE_ADDR gdbarch_unwind_pc (struct gdbarch *gdbarch, struct frame_info *next_frame);
H A Dgdbarch.c4589 gdbarch_unwind_pc (struct gdbarch *gdbarch, struct frame_info *next_frame) function
4594 fprintf_unfiltered (gdb_stdlog, "gdbarch_unwind_pc called\n");

Completed in 126 milliseconds