Function nix::sys::ptrace::getregs

source ·
pub fn getregs(pid: Pid) -> Result<user_regs_struct>
Available on crate feature ptrace only.
Expand description

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