Module nix::sys::ptrace
[−]
[src]
For detailed description of the ptrace requests, consult man ptrace.
Structs
| Options |
Ptrace options used in conjunction with the PTRACE_SETOPTIONS request.
See |
Enums
| Event |
Using the ptrace options the tracer can configure the tracee to stop
at certain events. This enum is used to define those events as defined
in |
| Request |
Ptrace Request enum defining the action to be taken. |
Functions
| attach |
Attach to a running process, as with |
| cont |
Restart the stopped tracee process, as with |
| detach |
Detaches the current running process, as with |
| getevent |
Gets a ptrace event as described by |
| getsiginfo |
Get siginfo as with |
| ptrace⚠ |
[ Deprecated ] Performs a ptrace request. If the request in question is provided by a specialised function this function will return an unsupported operation error. |
| setoptions |
Set options, as with |
| setsiginfo |
Set siginfo as with |
| syscall |
Ask for next syscall, as with |
| traceme |
Sets the process as traceable, as with |