Home
last modified time | relevance | path

Searched refs:CLONE_PTRACE (Results 1 – 5 of 5) sorted by relevance

/external/strace/xlat/
Dclone_flags.h19 #if defined(CLONE_PTRACE) || (defined(HAVE_DECL_CLONE_PTRACE) && HAVE_DECL_CLONE_PTRACE)
20 XLAT(CLONE_PTRACE),
Dclone_flags.in6 CLONE_PTRACE
/external/kernel-headers/original/uapi/linux/
Dsched.h12 #define CLONE_PTRACE 0x00002000 /* set if we want to let tracing continue on the child too */ macro
/external/strace/
Dclone.c12 #define CLONE_PTRACE 0x00002000 /* set if we want to let tracing continue on the child too … macro
DChangeLog-CVS3728 the system call to be clone with CLONE_PTRACE set. Various new static
3732 [CLONE_PTRACE]: Don't do PTRACE_ATTACH here, because it's preattached.