Searched refs:unwind_pc (Results 1 – 3 of 3) sorted by relevance
224 gdbarch_unwind_pc_ftype *unwind_pc; member2413 (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() argument4602 gdbarch->unwind_pc = unwind_pc; in set_gdbarch_unwind_pc()
1756 extern void set_gdbarch_unwind_pc (struct gdbarch *gdbarch, gdbarch_unwind_pc_ftype *unwind_pc);
3267 This method is deprecated. @xref{unwind_pc}.3269 @item CORE_ADDR unwind_pc (struct frame_info *@var{this_frame})3270 @findex unwind_pc3271 @anchor{unwind_pc} Return the instruction address, in @var{this_frame}'s