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

1 2

  /external/strace/
ptrace.h 94 #ifdef PTRACE_EVENT_STOP
96 # if PTRACE_EVENT_STOP == 7
97 # undef PTRACE_EVENT_STOP
100 #ifndef PTRACE_EVENT_STOP
101 # define PTRACE_EVENT_STOP 128
strace.c 934 if (event == PTRACE_EVENT_STOP /*&& sig == SIGTRAP*/) {
    [all...]
  /external/strace/xlat/
ptrace_events.h 32 #if defined(PTRACE_EVENT_STOP) || (defined(HAVE_DECL_PTRACE_EVENT_STOP) && HAVE_DECL_PTRACE_EVENT_STOP)
33 XLAT(PTRACE_EVENT_STOP),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
ptrace.h 76 #define PTRACE_EVENT_STOP 7
  /bionic/libc/kernel/uapi/linux/
ptrace.h 61 #define PTRACE_EVENT_STOP 128
  /external/kernel-headers/original/uapi/linux/
ptrace.h 82 #define PTRACE_EVENT_STOP 128
  /external/honggfuzz/
subproc.c 79 #if defined(PTRACE_EVENT_STOP)
111 case PTRACE_EVENT_STOP:
121 #endif /* defined(PTRACE_EVENT_STOP) */
  /system/core/debuggerd/libdebuggerd/
utility.cpp 385 case PTRACE_EVENT_STOP:
386 return "PTRACE_EVENT_STOP";
  /system/core/libmemunreachable/
ThreadCapture.cpp 272 if ((status >> 16) == PTRACE_EVENT_STOP) {
284 MEM_ALOGE("unexpected signal %d with PTRACE_EVENT_STOP for thread %d of process %d", signal,
  /system/core/debuggerd/
crash_dump.cpp 120 if (status >> 16 == PTRACE_EVENT_STOP) {
273 // Note: this leaves the parent in PTRACE_EVENT_STOP.
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_arm64.go     [all...]
zerrors_linux_mips.go     [all...]
zerrors_linux_mips64.go     [all...]
zerrors_linux_mips64le.go     [all...]
zerrors_linux_mipsle.go     [all...]
zerrors_linux_ppc64.go     [all...]
zerrors_linux_ppc64le.go     [all...]
zerrors_linux_s390x.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_linux_arm64.go     [all...]
zerrors_linux_mips.go     [all...]
zerrors_linux_mips64.go     [all...]
zerrors_linux_mips64le.go     [all...]
zerrors_linux_mipsle.go     [all...]
zerrors_linux_ppc64.go     [all...]
zerrors_linux_ppc64le.go     [all...]

Completed in 1090 milliseconds

1 2