Function nix::sys::ptrace::getregset

source ยท
pub fn getregset<S: RegisterSet>(pid: Pid) -> Result<S::Regs>
Expand description

Get a particular set of user registers, as with ptrace(PTRACE_GETREGSET, ...)