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

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
ptrace.h 145 PTRACE_INTERRUPT = 0x4207,
146 #define PTRACE_INTERRUPT PTRACE_INTERRUPT
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
ptrace.h 145 PTRACE_INTERRUPT = 0x4207,
146 #define PTRACE_INTERRUPT PTRACE_INTERRUPT
  /external/strace/
ptrace.h 156 #ifndef PTRACE_INTERRUPT
157 # define PTRACE_INTERRUPT 0x4207
process.c 107 case PTRACE_INTERRUPT:
strace.c 345 r = ptrace(PTRACE_INTERRUPT, pid, 0L, 0L);
346 return ptrace_attach_cmd = "PTRACE_INTERRUPT", r;
882 error = ptrace(PTRACE_INTERRUPT, tcp->pid, 0, 0);
886 perror_func_msg("ptrace(PTRACE_INTERRUPT,%u)", tcp->pid);
899 * 1. We sent PTRACE_INTERRUPT (use_seize case)
936 * sig == SIGTRAP: PTRACE_INTERRUPT stop.
945 * PTRACE_INTERRUPT is not guaranteed to produce
949 * We sent PTRACE_INTERRUPT.
950 * We see syscall exit, not PTRACE_INTERRUPT stop.
951 * We won't get PTRACE_INTERRUPT sto
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
ptrace.h 51 #define PTRACE_INTERRUPT 0x4207
  /bionic/libc/kernel/uapi/linux/
ptrace.h 42 #define PTRACE_INTERRUPT 0x4207
  /external/kernel-headers/original/uapi/linux/
ptrace.h 54 #define PTRACE_INTERRUPT 0x4207
  /external/strace/xlat/
ptrace_cmds.h 98 #if defined(PTRACE_INTERRUPT) || (defined(HAVE_DECL_PTRACE_INTERRUPT) && HAVE_DECL_PTRACE_INTERRUPT)
99 XLAT(PTRACE_INTERRUPT),
  /bionic/tests/
sys_ptrace_test.cpp 519 ASSERT_EQ(0, ptrace(PTRACE_INTERRUPT, worker, 0, 0)) << strerror(errno);
542 ASSERT_EQ(0, ptrace(PTRACE_INTERRUPT, worker, 0, 0)) << strerror(errno);
552 ASSERT_EQ(0, ptrace(PTRACE_INTERRUPT, worker, 0, 0)) << strerror(errno);
569 ASSERT_EQ(0, ptrace(PTRACE_INTERRUPT, worker, 0, 0)) << strerror(errno);
579 ASSERT_EQ(0, ptrace(PTRACE_INTERRUPT, worker, 0, 0)) << strerror(errno);
  /system/core/libmemunreachable/
ThreadCapture.cpp 199 if (ptrace(PTRACE_INTERRUPT, tid, 0, 0) < 0) {
  /external/strace/tests/
ptrace.c 223 do_ptrace(PTRACE_INTERRUPT, pid, 0, 0);
224 printf("ptrace(PTRACE_INTERRUPT, %u) = %s\n", (unsigned) pid, errstr);
  /external/strace/tests-m32/
ptrace.c 223 do_ptrace(PTRACE_INTERRUPT, pid, 0, 0);
224 printf("ptrace(PTRACE_INTERRUPT, %u) = %s\n", (unsigned) pid, errstr);
  /external/strace/tests-mx32/
ptrace.c 223 do_ptrace(PTRACE_INTERRUPT, pid, 0, 0);
224 printf("ptrace(PTRACE_INTERRUPT, %u) = %s\n", (unsigned) pid, errstr);
  /system/core/debuggerd/
crash_dump.cpp 131 static bool ptrace_interrupt(pid_t tid, int* received_signal) { function
132 if (ptrace(PTRACE_INTERRUPT, tid, 0, 0) == 0) {
424 if (!ptrace_interrupt(thread, &info.signo)) {
  /external/honggfuzz/linux/
trace.c     [all...]
  /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...]
  /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...]

Completed in 689 milliseconds

1 2