HomeSort by relevance Sort by last modified time
    Searched refs:PTRACE_GETREGSET (Results 51 - 75 of 80) sorted by null

1 23 4

  /external/strace/tests/
ptrace.c 437 do_ptrace(PTRACE_GETREGSET, pid, 3, bad_request);
438 printf("ptrace(PTRACE_GETREGSET, %u, NT_PRPSINFO, %#lx) = %s\n",
  /external/strace/tests-m32/
ptrace.c 437 do_ptrace(PTRACE_GETREGSET, pid, 3, bad_request);
438 printf("ptrace(PTRACE_GETREGSET, %u, NT_PRPSINFO, %#lx) = %s\n",
  /external/strace/tests-mx32/
ptrace.c 437 do_ptrace(PTRACE_GETREGSET, pid, 3, bad_request);
438 printf("ptrace(PTRACE_GETREGSET, %u, NT_PRPSINFO, %#lx) = %s\n",
  /external/strace/
syscall.c 1079 # define ptrace_getregset_or_getregs ptrace_getregset
1081 ptrace_getregset(pid_t pid) function
1086 return ptrace(PTRACE_GETREGSET, pid, NT_PRSTATUS,
1094 return ptrace(PTRACE_GETREGSET, pid, NT_PRSTATUS, &io);
1157 * Try PTRACE_GETREGSET/PTRACE_GETREGS first,
1176 /* Assume that PTRACE_GETREGSET/PTRACE_GETREGS works. */
  /external/valgrind/coregrind/
vgdb-invoker-ptrace.c 45 #ifdef PTRACE_GETREGSET
54 // The only platform on which we must use PTRACE_GETREGSET is arm64.
56 // -1 means we will check that PTRACE_GETREGSET works.
543 // Similar but for PTRACE_GETREGSET
558 DEBUG(1, "PTRACE_GETREGSET defined, not used (yet?) by vgdb\n");
567 DEBUG(1, "getregs PTRACE_GETREGSET sizeof(elf_regs) %zu\n",
572 res = ptrace (PTRACE_GETREGSET, pid, NT_PRSTATUS, &iovec);
575 // First call to PTRACE_GETREGSET successful =>
577 DEBUG(1, "detected a working PTRACE_GETREGSET\n");
585 ERROR(errno, "PTRACE_GETREGSET %ld\n", res)
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 385 #if defined(PTRACE_GETREGSET) && defined(PTRACE_SETREGSET)
386 int ptrace_getregset = PTRACE_GETREGSET; member in namespace:__sanitizer
389 int ptrace_getregset = -1; member in namespace:__sanitizer
391 #endif // PTRACE_GETREGSET/PTRACE_SETREGSET
    [all...]
  /external/linux-kselftest/tools/testing/selftests/seccomp/
seccomp_bpf.c 1286 EXPECT_EQ(0, ptrace(PTRACE_GETREGSET, tracee, NT_PRSTATUS, &iov)) {
1287 TH_LOG("PTRACE_GETREGSET failed");
1311 ret = ptrace(PTRACE_GETREGSET, tracee, NT_PRSTATUS, &iov);
    [all...]
  /external/seccomp-tests/linux/
seccomp_bpf.c 1270 EXPECT_EQ(0, ptrace(PTRACE_GETREGSET, tracee, NT_PRSTATUS, &iov)) {
1271 TH_LOG("PTRACE_GETREGSET failed");
1291 ret = ptrace(PTRACE_GETREGSET, tracee, NT_PRSTATUS, &iov);
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_386.go 762 PTRACE_GETREGSET = 0x4204
    [all...]
zerrors_linux_amd64.go 763 PTRACE_GETREGSET = 0x4204
    [all...]
zerrors_linux_arm.go 768 PTRACE_GETREGSET = 0x4204
    [all...]
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...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_linux_386.go 762 PTRACE_GETREGSET = 0x4204
    [all...]
zerrors_linux_amd64.go 763 PTRACE_GETREGSET = 0x4204
    [all...]
zerrors_linux_arm.go 768 PTRACE_GETREGSET = 0x4204
    [all...]
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...]

Completed in 1730 milliseconds

1 23 4