Function nix::sys::ptrace::setregs[][src]

pub fn setregs(pid: Pid, regs: user_regs_struct) -> Result<()>
Expand description

Set user registers, as with ptrace(PTRACE_SETREGS, ...)