53 virtual const char *description()
const;
77 return "debug breakpoint";
88 warn(
"need to stop all queues");
Global events and related declarations.
void eventqDump()
Dump all the events currently on the event queue.
vector< EventQueue * > mainEventQueue
Array for main event queues.
Overload hash function for BasicBlockRange type.
virtual const char * description() const
Tick curTick()
The current simulated tick.
uint64_t Tick
Tick count type.
void takeCheckpoint(Tick when)
Function to cause the simulator to take a checkpoint from the debugger.
void setRemoteGDBPort(int port)
The main global event class.
void exitSimLoop(const std::string &message, int exit_code, Tick when, Tick repeat, bool serialize)
Schedule an event to exit the simulation loop (returning to Python) at the end of the current cycle (...
uint32_t numMainEventQueues
Current number of allocated main event queues.
void schedRelBreak(Tick delta)
Cause the simulator to execute a breakpoint relative to the current tick.
DebugBreakEvent(Tick when)
void schedBreak(Tick when)
Cause the simulator to execute a breakpoint.