gem5 v24.1.0.1
|
#include "base/types.hh"
Go to the source code of this file.
Namespaces | |
namespace | gem5 |
Copyright (c) 2024 Arm Limited All rights reserved. | |
Functions | |
void | gem5::schedBreak (Tick when) |
Cause the simulator to execute a breakpoint. | |
void | gem5::schedRelBreak (Tick delta) |
Cause the simulator to execute a breakpoint relative to the current tick. | |
void | gem5::takeCheckpoint (Tick when) |
Function to cause the simulator to take a checkpoint from the debugger. | |
void | gem5::eventqDump () |
Dump all the events currently on the event queue. | |