Lines Matching refs:from
140 /// Event that stops before a return from fork or clone.
142 /// Event that stops before a return from vfork or clone.
144 /// Event that stops before a return from clone.
146 /// Event that stops before a return from execve.
148 /// Event for a return from vfork.
186 /// for ptrace jailers to prevent tracees from escaping their control.
199 libc::ptrace(request as RequestType, libc::pid_t::from(pid), addr, data)
237 libc::pid_t::from(pid),
245 /// Function for ptrace requests that return values from the data field.
254 libc::pid_t::from(pid),
271 libc::pid_t::from(pid),
283 libc::pid_t::from(pid),
307 libc::pid_t::from(pid),
336 /// Arranges for the tracee to be stopped at the next entry to or exit from a system call,
405 /// Detaches from the process specified by `pid` allowing it to run freely, optionally delivering a
526 /// Reads a word from a processes memory at the given address
545 /// Reads a word from a user area at `offset`.