Function rustix::process::set_ptracer

source ·
pub fn set_ptracer(tracer: PTracer) -> Result<()>
Available on crate feature process only.
Expand description

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

References