Home | History | Annotate | Download | only in coregrind

Lines Matching full:getregs

542 Bool getregs (pid_t pid, void *regs, long regs_bsz)
544 DEBUG(1, "getregs regs_bsz %ld\n", regs_bsz);
557 DEBUG(1, "getregs PTRACE_GETREGSET sizeof(elf_regs) %d\n", sizeof(elf_regs));
593 // Platforms having GETREGS
595 DEBUG(1, "getregs PTRACE_GETREGS\n");
637 DEBUG(1, "getregs PTRACE_PEEKUSER(s) peek_bsz %ld\n", peek_bsz);
684 // Note : the below is checking for GETREGS, not SETREGS
690 // setregs can never be called before getregs has done a runtime check.
820 if (!getregs(pid, &user_mod.regs, sizeof(user_mod.regs))) {