Skip to main content

PTRACE_SYSCALL

Constant PTRACE_SYSCALL 

Source
pub const PTRACE_SYSCALL: c_int = 24;
Expand description

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.