Module nix::sys::ptrace[][src]

Modules

ptrace

Functions

ptrace

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

ptrace_getevent

Gets a ptrace event as described by ptrace(PTRACE_GETEVENTMSG,...)

ptrace_getsiginfo

Get siginfo as with ptrace(PTRACE_GETSIGINFO,...)

ptrace_setoptions

Set options, as with ptrace(PTRACE_SETOPTIONS,...).

ptrace_setsiginfo

Set siginfo as with ptrace(PTRACE_SETSIGINFO,...)