pub fn ptrace_attach(
current_task: &mut CurrentTask,
pid: pid_t,
attach_type: PtraceAttachType,
data: UserAddress,
) -> Result<SyscallResult, Errno>pub fn ptrace_attach(
current_task: &mut CurrentTask,
pid: pid_t,
attach_type: PtraceAttachType,
data: UserAddress,
) -> Result<SyscallResult, Errno>