Function nix::sys::ptrace::cont [−][src]
Expand description
Restart the stopped tracee process, as with ptrace(PTRACE_CONT, ...)
Continues the execution of the process with PID pid
, optionally
delivering a signal specified by sig
.