Go to the documentation of this file.
34 #ifndef TTA_BREAKPOINT_HH
35 #define TTA_BREAKPOINT_HH
SimulatorFrontend & frontend_
The simulator frontend which is used to fetch the current PC.
UInt32 InstructionAddress
virtual InstructionAddress address() const
virtual void setAddress(InstructionAddress newAddress)
InstructionAddress address_
The address of the breakpoint. A breakpoint is fired when PC equals this address.
virtual StopPoint * copy() const
virtual std::string description() const
Breakpoint(SimulatorFrontend &frontend, InstructionAddress address)
virtual bool isTriggered() const