[go: up one dir, main page]

Function interrupt

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

Stop a tracee, as with ptrace(PTRACE_INTERRUPT, ...)

This request is equivalent to ptrace(PTRACE_INTERRUPT, ...)