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

pub fn attach(pid: Pid) -> Result<()>

Attach to a running process, as with ptrace(PT_ATTACH, ...)

Attaches to the process specified in pid, making it a tracee of the calling process.