pub fn traceme() -> Result<()>
Sets the process as traceable, as with ptrace(PTRACE_TRACEME, ...)
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.