Skip to main content

PTRACE_KILL

Constant PTRACE_KILL 

Source
pub const PTRACE_KILL: c_int = 8;
Expand description

Send the tracee a SIGKILL to terminate it. Considered deprecated. Should just send SIGKILL directly instead.