Home
last modified time | relevance | path

Searched refs:getregs (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/nix/test/sys/
H A Dtest_ptrace.rs179 // ptrace::{setoptions, getregs} are only available in these platforms
223 || ptrace::getregs(child).unwrap().orig_rax as libc::c_long; in test_ptrace_syscall()
227 || ptrace::getregs(child).unwrap().orig_eax as libc::c_long; in test_ptrace_syscall()
/third_party/rust/crates/nix/src/sys/ptrace/
H A Dlinux.rs218 pub fn getregs(pid: Pid) -> Result<user_regs_struct> { in getregs() functions

Completed in 1 milliseconds