Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gdb/gdb/
Dtarget.h344 int (*to_insert_watchpoint) (CORE_ADDR, int, int); member
1074 (*current_target.to_insert_watchpoint) (addr, len, type)
Dtarget.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()
Dnto-procfs.c1281 procfs_ops.to_insert_watchpoint = procfs_insert_hw_watchpoint; in init_procfs_ops()
Dremote.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()
Dremote-mips.c3313 mips_ops.to_insert_watchpoint = mips_insert_watchpoint; in _initialize_remote_mips()