Breakpoint.h
Go to the documentation of this file.
Breakpoint(bool stealth=false)
Default Constructor.
Definition: Breakpoint.cpp:41
bool isEqual(Breakpoint br)
Function to compare two Breakpoint objects.
Definition: Breakpoint.cpp:49
bool temp
Indicates whether the Breakpoint is temporary.
Definition: Breakpoint.h:97
BreakpointCondition
Enumeration representing the various conditions on which the user can break.
Definition: Breakpoint.h:59
bool disabled
Indicates whether the Breakpoint is disabled.
Definition: Breakpoint.h:101
std::map< BreakpointCondition, std::string > conditions
Map containing all the conditions of the Breakpoint and the associated value.
Definition: Breakpoint.h:94
void addCondition(BreakpointCondition condition, std::string value)
Add a condition to the Breakpoint.
Definition: Breakpoint.cpp:62
int getID() const
Get the unique ID of the Breakpoint.
Definition: Breakpoint.cpp:68