Home
last modified time | relevance | path

Searched refs:to_remove_exec_catchpoint (Results 1 – 20 of 20) sorted by relevance

/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dtarget.h365 int (*to_remove_exec_catchpoint) (int); member
773 (*current_target.to_remove_exec_catchpoint) (pid)
H A Dtarget.c417 INHERIT (to_remove_exec_catchpoint, t); in update_current_target()
581 de_fault (to_remove_exec_catchpoint, in update_current_target()
2175 retval = debug_target.to_remove_exec_catchpoint (pid); in debug_to_remove_exec_catchpoint()
2375 current_target.to_remove_exec_catchpoint = debug_to_remove_exec_catchpoint; in setup_target_debug()
H A Dinftarg.c635 child_ops.to_remove_exec_catchpoint = child_remove_exec_catchpoint;
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dtarget.h365 int (*to_remove_exec_catchpoint) (int); member
773 (*current_target.to_remove_exec_catchpoint) (pid)
H A Dtarget.c417 INHERIT (to_remove_exec_catchpoint, t); in update_current_target()
581 de_fault (to_remove_exec_catchpoint, in update_current_target()
2175 retval = debug_target.to_remove_exec_catchpoint (pid); in debug_to_remove_exec_catchpoint()
2375 current_target.to_remove_exec_catchpoint = debug_to_remove_exec_catchpoint; in setup_target_debug()
H A Dinftarg.c635 child_ops.to_remove_exec_catchpoint = child_remove_exec_catchpoint; in init_child_ops()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dtarget.h492 int (*to_remove_exec_catchpoint) (int); member
1077 (*current_target.to_remove_exec_catchpoint) (pid)
H A Dtarget.c623 INHERIT (to_remove_exec_catchpoint, t); in update_current_target()
785 de_fault (to_remove_exec_catchpoint, in update_current_target()
3884 retval = debug_target.to_remove_exec_catchpoint (pid); in debug_to_remove_exec_catchpoint()
4010 current_target.to_remove_exec_catchpoint = debug_to_remove_exec_catchpoint; in setup_target_debug()
H A Dlinux-nat.c5269 t->to_remove_exec_catchpoint = linux_child_remove_exec_catchpoint; in linux_target_install_ops()
H A DChangeLog4510 to_remove_exec_catchpoint and to_set_syscall_catchpoint.
4514 to_insert_exec_catchpoint, to_remove_exec_catchpoint and
H A DChangeLog-20056131 to_remove_exec_catchpoint.
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dtarget.h511 int (*to_remove_exec_catchpoint) (int); member
1302 (*current_target.to_remove_exec_catchpoint) (pid)
H A Dtarget.c650 INHERIT (to_remove_exec_catchpoint, t); in update_current_target()
826 de_fault (to_remove_exec_catchpoint, in update_current_target()
4869 retval = debug_target.to_remove_exec_catchpoint (pid); in debug_to_remove_exec_catchpoint()
4986 current_target.to_remove_exec_catchpoint = debug_to_remove_exec_catchpoint; in setup_target_debug()
H A Dlinux-nat.c4733 t->to_remove_exec_catchpoint = linux_child_remove_exec_catchpoint; in linux_target_install_ops()
H A DChangeLog-201112023 to_remove_exec_catchpoint and to_set_syscall_catchpoint.
12027 to_insert_exec_catchpoint, to_remove_exec_catchpoint and
H A DChangeLog-20056131 to_remove_exec_catchpoint.
/dports/devel/gdb/gdb-11.1/gdb/
H A DChangeLog-201112023 to_remove_exec_catchpoint and to_set_syscall_catchpoint.
12027 to_insert_exec_catchpoint, to_remove_exec_catchpoint and
H A DChangeLog-20154200 to_remove_exec_catchpoint.
10208 Set "to_remove_exec_catchpoint" to "fbsd_remove_exec_catchpoint".
H A DChangeLog-20056130 to_remove_exec_catchpoint.
H A DChangeLog-201413643 * target.h (struct target_ops) <to_remove_exec_catchpoint>: Add