Home
last modified time | relevance | path

Searched refs:PTRACE_O_TRACECLONE (Results 1 – 9 of 9) sorted by relevance

/external/ltrace/sysdeps/linux-gnu/
Dtrace-defs.h51 #ifndef PTRACE_O_TRACECLONE
52 # define PTRACE_O_TRACECLONE 0x00000008 macro
Dtrace.c130 PTRACE_O_TRACEVFORK | PTRACE_O_TRACECLONE | in trace_set_options()
/external/strace/xlat/
Dptrace_setoptions_flags.h13 #if defined(PTRACE_O_TRACECLONE) || (defined(HAVE_DECL_PTRACE_O_TRACECLONE) && HAVE_DECL_PTRACE_O_T…
14 XLAT(PTRACE_O_TRACECLONE),
Dptrace_setoptions_flags.in4 PTRACE_O_TRACECLONE
/external/strace/
Dptrace.h72 #ifndef PTRACE_O_TRACECLONE
73 # define PTRACE_O_TRACECLONE (1 << PTRACE_EVENT_CLONE) macro
DREADME-linux-ptrace359 PTRACE_O_TRACECLONE options.
394 If PTRACE_O_TRACE[V]FORK or PTRACE_O_TRACECLONE options are in effect,
Dstrace.c1666 ptrace_setoptions |= PTRACE_O_TRACECLONE | in init()
/external/kernel-headers/original/uapi/linux/
Dptrace.h85 #define PTRACE_O_TRACECLONE (1 << PTRACE_EVENT_CLONE) macro
/external/lldb/source/Plugins/Process/Linux/
DProcessMonitor.cpp1399 ptrace_opts |= PTRACE_O_TRACECLONE; in SetDefaultPtraceOpts()