Home
last modified time | relevance | path

Searched refs:to_insert_watchpoint (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dtarget.h344 int (*to_insert_watchpoint) (CORE_ADDR, int, int); member
1059 (*current_target.to_insert_watchpoint) (addr, len, type)
H A Dtarget.c401 INHERIT (to_insert_watchpoint, t); in update_current_target()
520 de_fault (to_insert_watchpoint, in update_current_target()
2134 retval = debug_target.to_insert_watchpoint (addr, len, type); in debug_to_insert_watchpoint()
2147 retval = debug_target.to_insert_watchpoint (addr, len, type); in debug_to_remove_watchpoint()
2498 current_target.to_insert_watchpoint = debug_to_insert_watchpoint; in setup_target_debug()
H A Dremote-m32r-sdi.c1583 m32r_ops.to_insert_watchpoint = m32r_insert_watchpoint; in init_m32r_ops()
H A Dnto-procfs.c1282 procfs_ops.to_insert_watchpoint = procfs_insert_hw_watchpoint; in init_procfs_ops()
H A Dremote.c5260 remote_ops.to_insert_watchpoint = remote_insert_watchpoint; in init_remote_ops()
5378 remote_async_ops.to_insert_watchpoint = remote_insert_watchpoint; in init_remote_async_ops()
H A Dremote-mips.c3313 mips_ops.to_insert_watchpoint = mips_insert_watchpoint; in _initialize_remote_mips()
H A DChangeLog-20025921 to_insert_watchpoint, to_remove_watchpoint,
5929 to_insert_watchpoint, to_remove_watchpoint,
H A DChangeLog-20034258 "to_insert_watchpoint", "to_stopped_by_watchpoint",