pub fn attach(pid: Pid) -> Result<()>
Attach to a running process, as with ptrace(PTRACE_ATTACH, ...)
ptrace(PTRACE_ATTACH, ...)
Attaches to the process specified by pid, making it a tracee of the calling process.
pid