Check out my first novel, midnight's simulacra!

Ptrace

From dankwiki
Revision as of 07:42, 18 May 2010 by Dank (talk | contribs) (Created page with 'Supported on both Linux and FreeBSD, <texttt>ptrace(2)</texttt> provides a mechanism for tracing processes through instructions, system calls, or ...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Supported on both Linux and FreeBSD, <texttt>ptrace(2)</texttt> provides a mechanism for tracing processes through instructions, system calls, or signal deliveries. It is used by gdb and similar programs (including my ptracer).