rustix::process

Function set_ptracer

source
pub fn set_ptracer(tracer: PTracer) -> Result<()>
Expand description

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

§References