[][src]Function nix::sys::ptrace::syscall

pub fn syscall(pid: Pid) -> 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.