Skip to main content

Module trace

Module trace 

Source
Expand description

Core Tracer trait and fork/exec/ptrace entry-point.

Traits§

Tracer
A trait for implementing ptrace-based process tracers.

Functions§

run
Fork and execute the target program, running tracer against the resulting child process.
terminated
Inspect a WaitStatus and, if it denotes termination, print a human-readable summary and return the numeric exit or signal code.