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

/freebsd-10.1-release/contrib/gdb/gdb/
H A Dgdbarch.c224 gdbarch_unwind_pc_ftype *unwind_pc; member in struct:gdbarch
391 0, /* unwind_pc */
696 /* Skip verify of unwind_pc, has predicate */
2412 "gdbarch_dump: unwind_pc = 0x%08lx\n",
2413 (long) current_gdbarch->unwind_pc);
4585 return gdbarch->unwind_pc != NULL;
4592 gdb_assert (gdbarch->unwind_pc != NULL);
4595 return gdbarch->unwind_pc (gdbarch, next_frame);
4600 gdbarch_unwind_pc_ftype unwind_pc)
4602 gdbarch->unwind_pc
4599 set_gdbarch_unwind_pc(struct gdbarch *gdbarch, gdbarch_unwind_pc_ftype unwind_pc) argument
[all...]
H A Dgdbarch.h1756 extern void set_gdbarch_unwind_pc (struct gdbarch *gdbarch, gdbarch_unwind_pc_ftype *unwind_pc);

Completed in 196 milliseconds