Go to the documentation of this file.
33 #ifndef TTA_STOP_POINT_HH
34 #define TTA_STOP_POINT_HH
bool conditional_
Tells whether the breakpoint is conditional or not.
virtual void setEnabled(bool flag)
virtual void setIgnoreCount(unsigned int count)
virtual void setDisabledAfterTriggered(bool flag)
bool enabled_
Tells whether the breakpoint is enabled or disabled.
virtual bool isDeletedAfterTriggered() const
ConditionScript * condition_
The condition which is used to determine whether the breakpoint should be fired or not.
virtual unsigned int ignoreCount() const
virtual StopPoint * copy() const =0
virtual const ConditionScript & condition() const
virtual bool isDisabledAfterTriggered() const
virtual bool isConditional() const
bool deletedAfterTriggered_
Tells if the breakpoint is deleted after it is triggered the next time.
virtual bool isConditionOK()
virtual bool isEnabled() const
bool disabledAfterTriggered_
Tells if the breakpoint is disabled after it is triggered the next time.
virtual bool isTriggered() const =0
virtual void removeCondition()
unsigned int ignoreCount_
The number of times the condition is to be ignored before enabling the breakpoint.
virtual std::string description() const =0
virtual void setDeletedAfterTriggered(bool flag)
virtual void setCondition(const ConditionScript &condition)
virtual void decreaseIgnoreCount()