Home
last modified time | relevance | path

Searched refs:breakpoint_from_pc (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
H A Dgdbarch.c204 gdbarch_breakpoint_from_pc_ftype *breakpoint_from_pc; member
677 if (gdbarch->breakpoint_from_pc == 0) in verify_gdbarch()
848 host_address_to_string (gdbarch->breakpoint_from_pc)); in gdbarch_dump()
2658 gdb_assert (gdbarch->breakpoint_from_pc != NULL); in gdbarch_breakpoint_from_pc()
2661 return gdbarch->breakpoint_from_pc (gdbarch, pcptr, lenptr); in gdbarch_breakpoint_from_pc()
2666 gdbarch_breakpoint_from_pc_ftype breakpoint_from_pc) in set_gdbarch_breakpoint_from_pc() argument
2668 gdbarch->breakpoint_from_pc = breakpoint_from_pc; in set_gdbarch_breakpoint_from_pc()
H A Dgdbarch.h496 …breakpoint_from_pc (struct gdbarch *gdbarch, gdbarch_breakpoint_from_pc_ftype *breakpoint_from_pc);