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 ...')
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).