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