31 #ifndef __SIM_DEBUG_HH__
32 #define __SIM_DEBUG_HH__
74 #endif // __SIM_DEBUG_HH__
void schedRelBreak(Tick delta)
Cause the simulator to execute a breakpoint relative to the current tick.
void takeCheckpoint(Tick when)
Cause the simulator to return to python to create a checkpoint.
void schedBreak(Tick when)
Cause the simulator to execute a breakpoint.
void breakAtKernelFunction(const char *funcName)
Cause the simulator to execute a breakpoint when the given kernel function is reached.
uint64_t Tick
Tick count type.
Defines global host-dependent types: Counter, Tick, and (indirectly) {int,uint}{8,16,32,64}_t.
void setRemoteGDBPort(int port)
void eventqDump()
Dump all the events currently on the event queue.