Searched refs:to_insert_watchpoint (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/contrib/gdb/gdb/ |
| D | target.h | 344 int (*to_insert_watchpoint) (CORE_ADDR, int, int); member 1074 (*current_target.to_insert_watchpoint) (addr, len, type)
|
| D | target.c | 396 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()
|
| D | nto-procfs.c | 1281 procfs_ops.to_insert_watchpoint = procfs_insert_hw_watchpoint; in init_procfs_ops()
|
| D | remote.c | 5276 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()
|
| D | remote-mips.c | 3313 mips_ops.to_insert_watchpoint = mips_insert_watchpoint; in _initialize_remote_mips()
|