ptrace_dispatch

Function ptrace_dispatch 

Source
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>
Expand description

For all ptrace requests that require an attached tracee