Function nix::sys::ptrace::traceme

source ·
pub fn traceme() -> Result<()>
Available on crate feature ptrace only.
Expand description

Sets the process as traceable, as with ptrace(PTRACE_TRACEME, ...)

Indicates that this process is to be traced by its parent. This is the only ptrace request to be issued by the tracee.