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
traceragainst the resulting child process. - terminated
- Inspect a
WaitStatusand, if it denotes termination, print a human-readable summary and return the numeric exit or signal code.