pub const PTRACE_SINGLESTEP: c_int = 9;
Restart the stopped tracee as for PTRACE_CONT, but arrange for the tracee to be stopped after execution of a single instruction.
PTRACE_CONT