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

pub fn getregs(pid: Pid) -> Result<user_regs_struct>
Expand description

Get user registers, as with ptrace(PTRACE_GETREGS, ...)