gem5
v21.2.1.1
|
#include "sim/debug.hh"
#include <string>
#include <vector>
#include "base/debug.hh"
#include "cpu/pc_event.hh"
#include "sim/eventq.hh"
#include "sim/global_event.hh"
#include "sim/kernel_workload.hh"
#include "sim/sim_events.hh"
#include "sim/sim_exit.hh"
#include "sim/system.hh"
Go to the source code of this file.
Classes | |
struct | gem5::DebugBreakEvent |
Namespaces | |
gem5 | |
Reference material can be found at the JEDEC website: UFS standard http://www.jedec.org/standards-documents/results/jesd220 UFS HCI specification http://www.jedec.org/standards-documents/results/jesd223. | |
Functions | |
void | gem5::schedBreak (Tick when) |
Cause the simulator to execute a breakpoint. More... | |
void | gem5::schedRelBreak (Tick delta) |
Cause the simulator to execute a breakpoint relative to the current tick. More... | |
void | gem5::takeCheckpoint (Tick when) |
Function to cause the simulator to take a checkpoint from the debugger. More... | |
void | gem5::eventqDump () |
Dump all the events currently on the event queue. More... | |
int | gem5::getRemoteGDBPort () |
void | gem5::setRemoteGDBPort (int port) |
Variables | |
int | gem5::remote_gdb_base_port = 7000 |