Home
last modified time | relevance | path

Searched refs:unwind_pc (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/contrib/gdb/gdb/
Dgdbarch.c224 gdbarch_unwind_pc_ftype *unwind_pc; member
2413 (long) current_gdbarch->unwind_pc); in gdbarch_dump()
4585 return gdbarch->unwind_pc != NULL; in gdbarch_unwind_pc_p()
4592 gdb_assert (gdbarch->unwind_pc != NULL); in gdbarch_unwind_pc()
4595 return gdbarch->unwind_pc (gdbarch, next_frame); in gdbarch_unwind_pc()
4600 gdbarch_unwind_pc_ftype unwind_pc) in set_gdbarch_unwind_pc() argument
4602 gdbarch->unwind_pc = unwind_pc; in set_gdbarch_unwind_pc()
Dgdbarch.h1756 extern void set_gdbarch_unwind_pc (struct gdbarch *gdbarch, gdbarch_unwind_pc_ftype *unwind_pc);
/freebsd-9-stable/contrib/gdb/gdb/doc/
Dgdbint.texinfo3267 This method is deprecated. @xref{unwind_pc}.
3269 @item CORE_ADDR unwind_pc (struct frame_info *@var{this_frame})
3270 @findex unwind_pc
3271 @anchor{unwind_pc} Return the instruction address, in @var{this_frame}'s