HomeSort by relevance Sort by last modified time
    Searched full:ptrace_geteventmsg (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/strace/xlat/
ptrace_cmds.in 23 PTRACE_GETEVENTMSG
ptrace_cmds.h 77 #if defined(PTRACE_GETEVENTMSG) || (defined(HAVE_DECL_PTRACE_GETEVENTMSG) && HAVE_DECL_PTRACE_GETEVENTMSG)
78 XLAT(PTRACE_GETEVENTMSG),
  /bionic/libc/include/sys/
ptrace.h 58 #define PT_GETEVENTMSG PTRACE_GETEVENTMSG
  /bionic/libc/kernel/uapi/linux/
ptrace.h 36 #define PTRACE_GETEVENTMSG 0x4201
  /external/kernel-headers/original/uapi/linux/
ptrace.h 29 #define PTRACE_GETEVENTMSG 0x4201
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
ptrace.h 26 #define PTRACE_GETEVENTMSG 0x4201
  /external/strace/
process.c 212 case PTRACE_GETEVENTMSG:
238 case PTRACE_GETEVENTMSG:
ptrace.h 138 #ifndef PTRACE_GETEVENTMSG
139 # define PTRACE_GETEVENTMSG 0x4201
README-linux-ptrace 264 created thread. PTRACE_GETEVENTMSG can be used to retrieve new thread's
271 PTRACE_GETEVENTMSG returns exit status. Registers can be examined
349 ptrace(PTRACE_GETEVENTMSG, pid, 0, &long_var);
strace.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
ptrace.h 120 PTRACE_GETEVENTMSG = 0x4201,
121 #define PT_GETEVENTMSG PTRACE_GETEVENTMSG
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
ptrace.h 120 PTRACE_GETEVENTMSG = 0x4201,
121 #define PT_GETEVENTMSG PTRACE_GETEVENTMSG
  /external/strace/tests/
ptrace.c 249 do_ptrace(PTRACE_GETEVENTMSG, pid, bad_request, bad_data);
250 printf("ptrace(PTRACE_GETEVENTMSG, %u, %#lx, %#lx) = %s\n",
  /external/strace/tests-m32/
ptrace.c 249 do_ptrace(PTRACE_GETEVENTMSG, pid, bad_request, bad_data);
250 printf("ptrace(PTRACE_GETEVENTMSG, %u, %#lx, %#lx) = %s\n",
  /external/strace/tests-mx32/
ptrace.c 249 do_ptrace(PTRACE_GETEVENTMSG, pid, bad_request, bad_data);
250 printf("ptrace(PTRACE_GETEVENTMSG, %u, %#lx, %#lx) = %s\n",
  /system/core/debuggerd/
crash_dump.cpp 294 if (ptrace(PTRACE_GETEVENTMSG, pid, 0, &child) != 0) {
295 PLOG(FATAL) << "failed to get child pid via PTRACE_GETEVENTMSG";
  /external/linux-kselftest/tools/testing/selftests/seccomp/
seccomp_bpf.c     [all...]
  /external/seccomp-tests/linux/
seccomp_bpf.c 1136 ret = ptrace(PTRACE_GETEVENTMSG, tracee, NULL, &msg);
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 376 int ptrace_geteventmsg = PTRACE_GETEVENTMSG; member in namespace:__sanitizer
    [all...]
sanitizer_platform_limits_posix.h 785 extern int ptrace_geteventmsg;
    [all...]
  /external/honggfuzz/linux/
trace.c     [all...]
  /external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
seccomp_bpf_tests.c 805 ret = ptrace(PTRACE_GETEVENTMSG, tracee, NULL, &msg);
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
syscall_linux.go 746 err = ptrace(PTRACE_GETEVENTMSG, pid, 0, uintptr(unsafe.Pointer(&data)))
zerrors_linux_386.go 758 PTRACE_GETEVENTMSG = 0x4201
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
syscall_linux.go 746 err = ptrace(PTRACE_GETEVENTMSG, pid, 0, uintptr(unsafe.Pointer(&data)))

Completed in 2072 milliseconds

1 2 3