Check out my first novel, midnight's simulacra!
Ptrace: Difference between revisions
Jump to navigation
Jump to search
Created page with 'Supported on both Linux and FreeBSD, <texttt>ptrace(2)</texttt> provides a mechanism for tracing processes through instructions, system calls, or ...' |
No edit summary |
||
| Line 1: | Line 1: | ||
Supported on both [[Linux APIs|Linux]] and [[FreeBSD APIs|FreeBSD]], < | Supported on both [[Linux APIs|Linux]] and [[FreeBSD APIs|FreeBSD]], <tt>ptrace(2)</tt> provides a mechanism for tracing processes through instructions, system calls, or signal deliveries. It is used by [[gdb]] and similar programs (including my [[ptracer]]). | ||