Searched refs:gdbarch_read_pc (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/gdb/gdb/
H A Dgdbarch.h245 extern CORE_ADDR gdbarch_read_pc (struct gdbarch *gdbarch, ptid_t ptid);
251 #define TARGET_READ_PC(ptid) (gdbarch_read_pc (current_gdbarch, ptid))
H A Dgdbarch.c2677 gdbarch_read_pc (struct gdbarch *gdbarch, ptid_t ptid) function
2682 fprintf_unfiltered (gdb_stdlog, "gdbarch_read_pc called\n");

Completed in 120 milliseconds