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