devela::_dep::rustix::process

Function set_ptracer

pub fn set_ptracer(tracer: PTracer) -> Result<(), Errno> 
Available on crate feature dep_rustix only.
Expand description

Declare that the ptracer process can ptrace the calling process as if it were a direct process ancestor.

§References