gem5
|
#include "cpu/pc_event.hh"
#include <algorithm>
#include <string>
#include <utility>
#include "base/debug.hh"
#include "base/trace.hh"
#include "cpu/base.hh"
#include "cpu/thread_context.hh"
#include "debug/PCEvent.hh"
#include "sim/core.hh"
#include "sim/system.hh"
Go to the source code of this file.
Functions | |
void | sched_break_pc_sys (System *sys, Addr addr) |
void | sched_break_pc (Addr addr) |
void sched_break_pc | ( | Addr | addr | ) |
Definition at line 154 of file pc_event.cc.
References sched_break_pc_sys(), and System::systemList.
Definition at line 148 of file pc_event.cc.
Referenced by sched_break_pc().