Home
last modified time | relevance | path

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

/NextBSD/contrib/gdb/gdb/
HDtarget.h344 int (*to_insert_watchpoint) (CORE_ADDR, int, int); member
1074 (*current_target.to_insert_watchpoint) (addr, len, type)
HDtarget.c396 INHERIT (to_insert_watchpoint, t); in update_current_target()
518 de_fault (to_insert_watchpoint, in update_current_target()
1984 retval = debug_target.to_insert_watchpoint (addr, len, type); in debug_to_insert_watchpoint()
1997 retval = debug_target.to_insert_watchpoint (addr, len, type); in debug_to_remove_watchpoint()
2367 current_target.to_insert_watchpoint = debug_to_insert_watchpoint; in setup_target_debug()
HDnto-procfs.c1281 procfs_ops.to_insert_watchpoint = procfs_insert_hw_watchpoint; in init_procfs_ops()
HDremote.c5276 remote_ops.to_insert_watchpoint = remote_insert_watchpoint; in init_remote_ops()
5394 remote_async_ops.to_insert_watchpoint = remote_insert_watchpoint; in init_remote_async_ops()
HDremote-mips.c3313 mips_ops.to_insert_watchpoint = mips_insert_watchpoint; in _initialize_remote_mips()