module Ptrace
Note: Debugger
is a class composed of singleton methods, defined in the C extension module.
Ptrace
support.
Constants
- PTRACE_COMMANDS
# ———————————————————————– Hash mapping ptrace symbols to command numbers. This is filled by the
Debugger
based on the defines in sys/ptrace.h.- SYSCALL_MAP
Hash mapping syscall numbers to syscall names (stored as Symbols). This is filled by the
Debugger
based on the defined in sys/syscalls.h.