Home | History | Annotate | Download | only in coregrind

Lines Matching full:getregs

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