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

pub unsafe fn ptrace(
    request: Request,
    pid: Pid,
    addr: AddressType,
    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.