Home
last modified time | relevance | path

Searched refs:to_insert_hw_breakpoint (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Dtarget.h467 int (*to_insert_hw_breakpoint) (struct gdbarch *, struct bp_target_info *); member
1603 (*current_target.to_insert_hw_breakpoint) (gdbarch, bp_tgt)
H A Di386-nat.c874 t->to_insert_hw_breakpoint = i386_insert_hw_breakpoint; in i386_use_watchpoints()
H A Dtarget.c619 INHERIT (to_insert_hw_breakpoint, t); in update_current_target()
763 de_fault (to_insert_hw_breakpoint, in update_current_target()
4679 retval = debug_target.to_insert_hw_breakpoint (gdbarch, bp_tgt); in debug_to_insert_hw_breakpoint()
4960 current_target.to_insert_hw_breakpoint = debug_to_insert_hw_breakpoint; in setup_target_debug()
H A Dremote.c11351 remote_ops.to_insert_hw_breakpoint = remote_insert_hw_breakpoint; in init_remote_ops()