29#ifndef __SIM_DEBUG_HH__
30#define __SIM_DEBUG_HH__
Defines global host-dependent types: Counter, Tick, and (indirectly) {int,uint}{8,...
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved.
uint64_t Tick
Tick count type.
void schedBreak(Tick when)
Cause the simulator to execute a breakpoint.
void eventqDump()
Dump all the events currently on the event queue.
void takeCheckpoint(Tick when)
Function to cause the simulator to take a checkpoint from the debugger.
void schedRelBreak(Tick delta)
Cause the simulator to execute a breakpoint relative to the current tick.