Check out my first novel, midnight's simulacra!

Ptrace: Difference between revisions

From dankwiki
(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]], <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]]).
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]]).

Latest revision as of 07:42, 18 May 2010

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