pub fn ptrace_peekuser(
thread_state: &mut ThreadState,
offset: usize,
) -> Result<usize, Errno>Expand description
Implementation of ptrace(PTRACE_PEEKUSER). The user struct holds the registers and other information about the process. See ptrace(2) and sys/user.h for full details.