Function nix::sys::ptrace::ptrace [] [src]

pub unsafe fn ptrace(
    request: Request,
    pid: Pid,
    addr: *mut c_void,
    data: *mut c_void
) -> Result<c_long>
Deprecated since 0.10.0

: usages of ptrace() should be replaced with the specialized helper functions instead

Performs a ptrace request. If the request in question is provided by a specialised function this function will return an unsupported operation error.