[go: up one dir, main page]

Function kill

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

Issues a kill request as with ptrace(PTRACE_KILL, ...)

This request is equivalent to ptrace(PTRACE_CONT, ..., SIGKILL);