Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gdb/gdb/
Dtarget.h367 int (*to_remove_exec_catchpoint) (int); member
775 (*current_target.to_remove_exec_catchpoint) (pid)
Dtarget.c420 INHERIT (to_remove_exec_catchpoint, t); in update_current_target()
584 de_fault (to_remove_exec_catchpoint, in update_current_target()
2190 retval = debug_target.to_remove_exec_catchpoint (pid); in debug_to_remove_exec_catchpoint()
2390 current_target.to_remove_exec_catchpoint = debug_to_remove_exec_catchpoint; in setup_target_debug()
Dinftarg.c652 child_ops.to_remove_exec_catchpoint = child_remove_exec_catchpoint; in init_child_ops()