Home
last modified time | relevance | path

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

/external/strace/xlat/
Dclone_flags.h17 #if !(defined(CLONE_PTRACE) || (defined(HAVE_DECL_CLONE_PTRACE) && HAVE_DECL_CLONE_PTRACE))
18 # define CLONE_PTRACE 0x00002000 macro
85 XLAT(CLONE_PTRACE),
Dclone_flags.in6 CLONE_PTRACE 0x00002000
/external/kernel-headers/original/uapi/linux/
Dsched.h13 #define CLONE_PTRACE 0x00002000 /* set if we want to let tracing continue on the child too */ macro
/external/strace/tests/
Dclone_ptrace.c76 CLONE_PTRACE | SIGCHLD, 0); in main()
/external/strace/tests-m32/
Dclone_ptrace.c76 CLONE_PTRACE | SIGCHLD, 0); in main()
/external/strace/tests-mx32/
Dclone_ptrace.c76 CLONE_PTRACE | SIGCHLD, 0); in main()
/external/python/cpython2/Lib/plat-linux2/
DTYPES.py93 CLONE_PTRACE = 0x00002000 variable
DIN.py191 CLONE_PTRACE = 0x00002000 variable
/external/minijail/linux-x86/
Dlibconstants.gen.c101 #ifdef CLONE_PTRACE
102 { "CLONE_PTRACE", (unsigned long) CLONE_PTRACE },
/external/strace/
DNEWS131 CLONE_PARENT/CLONE_PTRACE or called PTRACE_TRACEME on themselves): they
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.
DChangeLog5635 tests: check handling of CLONE_PARENT'ed and CLONE_PTRACE'ed processes.
5666 with misused CLONE_PTRACE flag set.
32146 handling and fork/vfork/clone->CLONE_PTRACE substitution.
37384 sys_clone: add a comment about CLONE_PTRACE and CLONE_UNTRACED.
43496 Remove dead "ifndef CLONE_PTRACE" branch.
43497 process.c defines CLONE_PTRACE for Linux, so it can't be undefined.
43498 Therefore ifndef CLONE_PTRACE code is dead (since at least 2004).
43501 * process.c (handle_new_child): Remove ifdef CLONE_PTRACE/endif (but not
43502 the code inside) and entire ifndef CLONE_PTRACE/endif block.
44619 option PTRACE_O_TRACECLONE, we should not set CLONE_PTRACE flag on