Tuple Breakpoints
Tuples are also also called ANDed Breakpoints since the break conditions of both the address and the data breakpoint must be true before program execution is suspended.
Data Breakpoint Activities
- Set a Tuple Breakpoint
- Remove a Breakpoint from a Tuple
- Clear/Remove a Tuple Breakpoint
- Disable a Tuple Breakpoint
- Enable a Tuple Breakpoint
Some Example Uses
- Isolate a specific instance of a read or write to a register, when that register might be read or written from multiple program locations.


