Function nix::sys::ptrace::traceme[][src]

pub fn traceme() -> Result<()>
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.