Home
last modified time | relevance | path

Searched refs:to_insert_hw_breakpoint (Results 1 – 4 of 4) sorted by relevance

/trueos/contrib/gdb/gdb/
HDtarget.h341 int (*to_insert_hw_breakpoint) (CORE_ADDR, char *); member
1082 (*current_target.to_insert_hw_breakpoint) (addr, save)
HDtarget.c394 INHERIT (to_insert_hw_breakpoint, t); in update_current_target()
512 de_fault (to_insert_hw_breakpoint, in update_current_target()
1956 retval = debug_target.to_insert_hw_breakpoint (addr, save); in debug_to_insert_hw_breakpoint()
2365 current_target.to_insert_hw_breakpoint = debug_to_insert_hw_breakpoint; in setup_target_debug()
HDnto-procfs.c1279 procfs_ops.to_insert_hw_breakpoint = procfs_insert_hw_breakpoint; in init_procfs_ops()
HDremote.c5274 remote_ops.to_insert_hw_breakpoint = remote_insert_hw_breakpoint; in init_remote_ops()
5392 remote_async_ops.to_insert_hw_breakpoint = remote_insert_hw_breakpoint; in init_remote_async_ops()