Visible to Intel only — GUID: iga1409335503563
Ixiasoft
Visible to Intel only — GUID: iga1409335503563
Ixiasoft
3.7.5. Break Exceptions
Break processing is the means by which software debugging tools implement debug and diagnostic features, such as breakpoints and watchpoints. Break processing is a type of exception processing, but the break mechanism is independent from general exception processing. A break can occur during exception processing, enabling debug tools to debug exception handlers.
The processor enters the break processing state under either of the following conditions:
- The processor executes the break instruction. This is often referred to as a software break.
- The JTAG debug module asserts a hardware break.