Function rustix::process::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.
pub fn set_ptracer(tracer: PTracer) -> Result<()>Declare that the ptracer process can ptrace the calling process as if it
were a direct process ancestor.