Classes | |
| class | DebugHardwareBreakPointInterface |
Namespaces | |
| maxon | |
Enumerations | |
| enum | HARDWAREBREAKPOINTTYPE { CODE, READWRITE, WRITE } |
| enum | HARDWAREBREAKPOINTSIZE { SIZE1, SIZE2, SIZE4, SIZE8 } |
Functions | |
| enum maxon::HARDWAREBREAKPOINTTYPE | MAXON_ENUM_LIST (HARDWAREBREAKPOINTTYPE) |
| enum maxon::HARDWAREBREAKPOINTSIZE | MAXON_ENUM_LIST (HARDWAREBREAKPOINTSIZE) |
Variables | |
| CODE | |
| READWRITE | |
| WRITE | |
| SIZE1 | |
| SIZE2 | |
| SIZE4 | |
| SIZE8 | |
| CODE |
Throws an exception when the program counter touches the code at the watch address.
| READWRITE |
Throws an exception when the watched memory will be read or written.
| WRITE |
Throws an exception when the watched memory will be written.
| SIZE1 |
1 byte.
| SIZE2 |
2 bytes.
| SIZE4 |
4 bytes.
| SIZE8 |
8 bytes.