nix::sys::ptrace

Function getregs

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

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