Searched refs:CLONE_PTRACE (Results 1 – 15 of 15) sorted by relevance
/external/strace/xlat/ |
D | clone_flags.h | 41 #if defined(CLONE_PTRACE) || (defined(HAVE_DECL_CLONE_PTRACE) && HAVE_DECL_CLONE_PTRACE) 43 static_assert((CLONE_PTRACE) == (0x00002000), "CLONE_PTRACE != 0x00002000"); 46 # define CLONE_PTRACE 0x00002000 183 XLAT(CLONE_PTRACE),
|
D | clone_flags.in | 6 CLONE_PTRACE 0x00002000
|
/external/kernel-headers/original/uapi/linux/ |
D | sched.h | 16 #define CLONE_PTRACE 0x00002000 /* set if we want to let tracing continue on the child too */ macro
|
/external/strace/tests-mx32/ |
D | clone_ptrace.c | 76 CLONE_PTRACE | SIGCHLD, 0); in main()
|
/external/strace/tests/ |
D | clone_ptrace.c | 76 CLONE_PTRACE | SIGCHLD, 0); in main()
|
/external/strace/tests-m32/ |
D | clone_ptrace.c | 76 CLONE_PTRACE | SIGCHLD, 0); in main()
|
/external/python/cpython2/Lib/plat-linux2/ |
D | TYPES.py | 93 CLONE_PTRACE = 0x00002000 variable
|
D | IN.py | 191 CLONE_PTRACE = 0x00002000 variable
|
/external/rust/crates/nix/src/ |
D | sched.rs | 24 CLONE_PTRACE;
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 1285 #ifdef CLONE_PTRACE 1286 { "CLONE_PTRACE", (unsigned long) CLONE_PTRACE },
|
/external/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 1066 pub const CLONE_PTRACE: ::c_int = 0x2000; constant
|
/external/strace/ |
D | NEWS | 284 CLONE_PARENT/CLONE_PTRACE or called PTRACE_TRACEME on themselves): they
|
D | ChangeLog-CVS | 3728 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.
|
D | ChangeLog | 13197 tests: check handling of CLONE_PARENT'ed and CLONE_PTRACE'ed processes. 13228 with misused CLONE_PTRACE flag set. 39708 handling and fork/vfork/clone->CLONE_PTRACE substitution. 44946 sys_clone: add a comment about CLONE_PTRACE and CLONE_UNTRACED. 51058 Remove dead "ifndef CLONE_PTRACE" branch. 51059 process.c defines CLONE_PTRACE for Linux, so it can't be undefined. 51060 Therefore ifndef CLONE_PTRACE code is dead (since at least 2004). 51063 * process.c (handle_new_child): Remove ifdef CLONE_PTRACE/endif (but not 51064 the code inside) and entire ifndef CLONE_PTRACE/endif block. 52181 option PTRACE_O_TRACECLONE, we should not set CLONE_PTRACE flag on
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1906 pub const CLONE_PTRACE: ::c_int = 0x2000; constant
|