Lines Matching refs:PTRACE_GETREGSET
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);
591 DEBUG(1, "detected a broken PTRACE_GETREGSET with EIO\n");
595 ERROR(errno, "broken PTRACE_GETREGSET unexpected errno %ld\n", res);
659 // If neither of PTRACE_GETREGSET PTRACE_GETREGS PTRACE_PEEKUSER have