Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/gdb/gdb/
HDtarget.h345 int (*to_stopped_by_watchpoint) (void); member
1025 (*current_target.to_stopped_by_watchpoint) ()
HDtarget.c399 INHERIT (to_stopped_by_watchpoint, t); in update_current_target()
524 de_fault (to_stopped_by_watchpoint, in update_current_target()
1930 retval = debug_target.to_stopped_by_watchpoint (); in debug_to_stopped_by_watchpoint()
2369 current_target.to_stopped_by_watchpoint = debug_to_stopped_by_watchpoint; in setup_target_debug()
HDnto-procfs.c1283 procfs_ops.to_stopped_by_watchpoint = procfs_stopped_by_watchpoint; in init_procfs_ops()
HDremote.c5271 remote_ops.to_stopped_by_watchpoint = remote_stopped_by_watchpoint; in init_remote_ops()
5396 remote_async_ops.to_stopped_by_watchpoint = remote_stopped_by_watchpoint; in init_remote_async_ops()
HDremote-mips.c3315 mips_ops.to_stopped_by_watchpoint = mips_stopped_by_watchpoint; in _initialize_remote_mips()