Function nix::sys::ptrace::syscall [−][src]
pub fn syscall<T: Into<Option<Signal>>>(pid: Pid, sig: T) -> Result<()>
Ask for next syscall, as with ptrace(PTRACE_SYSCALL, ...)
Arranges for the tracee to be stopped at the next entry to or exit from a system call,
optionally delivering a signal specified by sig
.