Article · Wikipedia archive · Last revised May 31, 2026

Trap flag

A trap flag permits operation of a processor in single-step mode. If such a flag is available, debuggers can use it to step through the execution of a computer program.

Last revised
May 31, 2026
Read time
≈ 1 min
Length
117 w
Citations
2
Source

A trap flag permits operation of a processor in single-step mode. If such a flag is available, debuggers can use it to step through the execution of a computer program.12

The trap flag, when set, causes the machine to trap after executing one instruction. The trap handler can cause a debugger to be notified; the debugger can then inspect the contents of registers and memory locations and either continue or stop and let the user of the debugger examine additional data in the program.

References

References

  1. Processor Handbook PDP-11/20/15/R20 (PDF). Digital Equipment Corporation. 1971. p. 11.
  2. "Intel 64 and IA-32 Architectures Software Developer's Manual" (PDF). Archived (PDF) from the original on November 9, 2024. Retrieved November 15, 2024.