Home
last modified time | relevance | path

Searched refs:to_insert_fork_catchpoint (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Dtarget.h505 int (*to_insert_fork_catchpoint) (int); member
1272 (*current_target.to_insert_fork_catchpoint) (pid)
H A Dtarget.c644 INHERIT (to_insert_fork_catchpoint, t); in update_current_target()
811 de_fault (to_insert_fork_catchpoint, in update_current_target()
4804 retval = debug_target.to_insert_fork_catchpoint (pid); in debug_to_insert_fork_catchpoint()
4981 current_target.to_insert_fork_catchpoint = debug_to_insert_fork_catchpoint; in setup_target_debug()