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, ...
.
pub fn syscall_info(pid: Pid) -> Result<ptrace_syscall_info>
ptrace
only.Get the informations of the syscall that caused the stop, as with
ptrace(PTRACE_GET_SYSCALL_INFO, ...
.