Searched refs:PTRACE_O_TRACECLONE (Results 1 – 9 of 9) sorted by relevance
51 #ifndef PTRACE_O_TRACECLONE52 # define PTRACE_O_TRACECLONE 0x00000008 macro
130 PTRACE_O_TRACEVFORK | PTRACE_O_TRACECLONE | in trace_set_options()
13 #if defined(PTRACE_O_TRACECLONE) || (defined(HAVE_DECL_PTRACE_O_TRACECLONE) && HAVE_DECL_PTRACE_O_T…14 XLAT(PTRACE_O_TRACECLONE),
4 PTRACE_O_TRACECLONE
72 #ifndef PTRACE_O_TRACECLONE73 # define PTRACE_O_TRACECLONE (1 << PTRACE_EVENT_CLONE) macro
359 PTRACE_O_TRACECLONE options.394 If PTRACE_O_TRACE[V]FORK or PTRACE_O_TRACECLONE options are in effect,
1666 ptrace_setoptions |= PTRACE_O_TRACECLONE | in init()
85 #define PTRACE_O_TRACECLONE (1 << PTRACE_EVENT_CLONE) macro
1399 ptrace_opts |= PTRACE_O_TRACECLONE; in SetDefaultPtraceOpts()