pub const PTRACE_SYSCALL: c_int = 24;
Restart the stopped tracee as for PTRACE_CONT, but arrange for the tracee to be stopped at the next entry to or exit from a system call.
PTRACE_CONT