pub fn ptrace_dispatch<L>(
locked: &mut Locked<L>,
current_task: &mut CurrentTask,
request: u32,
pid: pid_t,
addr: UserAddress,
data: UserAddress,
) -> Result<SyscallResult, Errno>where
L: LockBefore<ThreadGroupLimits>,Expand description
For all ptrace requests that require an attached tracee