CACAO
|
This structure contains information about a breakpoint. More...
Data Fields | |
bool | is_oneshot |
Indicates a "one-shot". More... | |
This structure contains information about a breakpoint.
Feel free to extend it to hold all the information you need. It is the responsibility of the user to set the fields accordingly.
Definition at line 41 of file breakpoint.hpp.
bool Breakpoint::is_oneshot |
Indicates a "one-shot".
Definition at line 42 of file breakpoint.hpp.