pub const PTRACE_EVENT_CLONE: PtraceFlags;
Expand description

Sent when a child is cloned, giving you the opportunity to trace it. If you don’t catch this, the child is started as normal.