[go: up one dir, main page]

Function syscall_info

Source
pub fn syscall_info(pid: Pid) -> Result<ptrace_syscall_info>
Available on crate feature ptrace only.
Expand description

Get the informations of the syscall that caused the stop, as with ptrace(PTRACE_GET_SYSCALL_INFO, ....