Home | History | Annotate | Download | only in coregrind

Lines Matching full:getregs

707 Bool getregs (int pid, void *regs, long regs_bsz)
709 DEBUG(1, "getregs regs_bsz %ld\n", regs_bsz);
712 // Platforms having GETREGS
714 DEBUG(1, "getregs PTRACE_GETREGS\n");
756 DEBUG(1, "getregs PTRACE_PEEKUSER(s) peek_bsz %ld\n", peek_bsz);
779 // Note : the below is checking for GETREGS, not SETREGS
785 // setregs can never be called before getregs has done a runtime check.
899 if (!getregs(pid, &user_mod.regs, sizeof(user_mod.regs))) {