Module pete::ptracer

source ·
Expand description

Types for attaching to processes, managing tracees, and interpreting tracing events.

Structs

  • Ptrace options used in conjunction with the PTRACE_SETOPTIONS request. See man ptrace for more details.
  • Process identifier
  • Tracer for a Linux process.
  • Tracee task in ptrace-stop, with an optional pending signal.

Enums

  • Restart requests, which resume stopped tracees.
  • POSIX signal. Types of operating system signals
  • A ptrace-stop, a tracee state in which it is stopped and ready to accept ptrace commands.

Type Aliases

  • Extra signal info, such as its cause.