HomeSort by relevance Sort by last modified time
    Searched refs:PTRACE_TRACEME (Results 26 - 35 of 35) sorted by null

12

  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/linux/
ptrace.h 15 #define PTRACE_TRACEME 0
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/
ptrace.h 15 #define PTRACE_TRACEME 0
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/
ptrace.h 15 #define PTRACE_TRACEME 0
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
ptrace.h 33 PTRACE_TRACEME = 0,
34 #define PT_TRACE_ME PTRACE_TRACEME
157 For all requests except PTRACE_TRACEME, PID specifies the process to be
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
ptrace.h 33 PTRACE_TRACEME = 0,
34 #define PT_TRACE_ME PTRACE_TRACEME
157 For all requests except PTRACE_TRACEME, PID specifies the process to be
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
ptrace.h 33 PTRACE_TRACEME = 0,
34 #define PT_TRACE_ME PTRACE_TRACEME
157 For all requests except PTRACE_TRACEME, PID specifies the process to be
  /system/extras/tests/bionic/libc/common/
test_clone.c 46 ptrace (PTRACE_TRACEME, 0, 0, 0);
  /external/kernel-headers/original/linux/
ptrace.h 8 #define PTRACE_TRACEME 0
86 extern int ptrace_traceme(void);
  /external/strace/
strace.c 605 if (ptrace(PTRACE_TRACEME, 0, (char *) 1, 0) < 0) {
606 perror("strace: ptrace(PTRACE_TRACEME, ...)");
710 if (ptrace(PTRACE_TRACEME, 0, (char *)1, 0) < 0)
    [all...]
process.c     [all...]

Completed in 667 milliseconds

12