HomeSort by relevance Sort by last modified time
    Searched refs:CLONE_PTRACE (Results 1 - 25 of 44) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
sched.h 12 #define CLONE_PTRACE 0x00002000 /* set if we want to let tracing continue on the child too */
22 #define CLONE_UNTRACED 0x00800000 /* set if the tracing process can't force CLONE_PTRACE on this clone */
  /external/strace/xlat/
clone_flags.h 17 #if !(defined(CLONE_PTRACE) || (defined(HAVE_DECL_CLONE_PTRACE) && HAVE_DECL_CLONE_PTRACE))
18 # define CLONE_PTRACE 0x00002000
85 XLAT(CLONE_PTRACE),
  /bionic/libc/kernel/uapi/linux/
sched.h 26 #define CLONE_PTRACE 0x00002000
  /external/kernel-headers/original/uapi/linux/
sched.h 13 #define CLONE_PTRACE 0x00002000 /* set if we want to let tracing continue on the child too */
23 #define CLONE_UNTRACED 0x00800000 /* set if the tracing process can't force CLONE_PTRACE on this clone */
  /external/strace/tests/
clone_ptrace.c 2 * Check handling of CLONE_PTRACE'ed processes.
76 CLONE_PTRACE | SIGCHLD, 0);
  /external/strace/tests-m32/
clone_ptrace.c 2 * Check handling of CLONE_PTRACE'ed processes.
76 CLONE_PTRACE | SIGCHLD, 0);
  /external/strace/tests-mx32/
clone_ptrace.c 2 * Check handling of CLONE_PTRACE'ed processes.
76 CLONE_PTRACE | SIGCHLD, 0);
  /external/python/cpython2/Lib/plat-linux2/
TYPES.py 93 CLONE_PTRACE = 0x00002000
IN.py 191 CLONE_PTRACE = 0x00002000
  /prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
TYPES.py 93 CLONE_PTRACE = 0x00002000
IN.py 191 CLONE_PTRACE = 0x00002000
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
TYPES.py 93 CLONE_PTRACE = 0x00002000
IN.py 191 CLONE_PTRACE = 0x00002000
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
sched.h 47 # define CLONE_PTRACE 0x00002000 /* Set if tracing continues on the child. */
62 force CLONE_PTRACE on this clone. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
sched.h 47 # define CLONE_PTRACE 0x00002000 /* Set if tracing continues on the child. */
62 force CLONE_PTRACE on this clone. */
  /external/minijail/linux-x86/
libconstants.gen.c 101 #ifdef CLONE_PTRACE
102 { "CLONE_PTRACE", (unsigned long) CLONE_PTRACE },
103 #endif // CLONE_PTRACE
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
os_linux.go 146 * note: strace gets confused if we use CLONE_PTRACE here.
  /prebuilts/go/linux-x86/src/runtime/
os_linux.go 146 * note: strace gets confused if we use CLONE_PTRACE here.
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_386.go 165 CLONE_PTRACE = 0x2000
    [all...]
zerrors_linux_amd64.go 165 CLONE_PTRACE = 0x2000
    [all...]
zerrors_linux_arm.go 165 CLONE_PTRACE = 0x2000
    [all...]
zerrors_linux_arm64.go 209 CLONE_PTRACE = 0x2000
    [all...]
zerrors_linux_mips.go 208 CLONE_PTRACE = 0x2000
    [all...]
zerrors_linux_mips64.go 206 CLONE_PTRACE = 0x2000
    [all...]
zerrors_linux_mips64le.go 206 CLONE_PTRACE = 0x2000
    [all...]

Completed in 235 milliseconds

1 2