Skip to content

Lexicon Entry

ptrace

A Unix system call that allows one process to observe and control the execution of another.

Related Knowledge & Cross-References

Guide

Build a Debugger from Scratch: Ultimate 3 OS Guide (Part 8)

Build a working debugger from scratch in assembly. Learn how breakpoints, ptrace, and signal interception let one process inspect and control another.