Searched refs:breakpoint_from_pc (Results 1 – 2 of 2) sorted by relevance
212 gdbarch_breakpoint_from_pc_ftype *breakpoint_from_pc; member683 && (current_gdbarch->breakpoint_from_pc == 0)) in verify_gdbarch()885 (long) current_gdbarch->breakpoint_from_pc in gdbarch_dump()4346 gdb_assert (gdbarch->breakpoint_from_pc != NULL); in gdbarch_breakpoint_from_pc()4349 return gdbarch->breakpoint_from_pc (pcptr, lenptr); in gdbarch_breakpoint_from_pc()4354 gdbarch_breakpoint_from_pc_ftype breakpoint_from_pc) in set_gdbarch_breakpoint_from_pc() argument4356 gdbarch->breakpoint_from_pc = breakpoint_from_pc; in set_gdbarch_breakpoint_from_pc()
1579 …breakpoint_from_pc (struct gdbarch *gdbarch, gdbarch_breakpoint_from_pc_ftype *breakpoint_from_pc);