35a36,44
> /** @file This file provides the definitions for some useful debugging
> * functions. These are intended to be called from a debugger such as
> * gdb.
> */
>
>
> /** Cause the simulator to execute a breakpoint
> * @param when the cycle to break
> */
37a47,55
> /** Cause the simulator to return to python to create a checkpoint
> * @param when the cycle to break
> */
> void takeCheckpoint(Tick when);
>
> /** Dump all the events currently on the event queue
> */
> void eventqDump();
>