gem5 v24.0.0.0
|
#include <pc_event.hh>
Public Member Functions | |
PanicPCEvent (PCEventScope *s, const std::string &desc, Addr pc) | |
virtual void | process (ThreadContext *tc) |
Public Member Functions inherited from gem5::PCEvent | |
PCEvent (PCEventScope *q, const std::string &desc, Addr pc) | |
virtual | ~PCEvent () |
virtual const std::string | name () const |
std::string | descr () const |
Addr | pc () const |
bool | remove () |
Additional Inherited Members | |
Protected Attributes inherited from gem5::PCEvent | |
std::string | description |
PCEventScope * | scope |
Addr | evpc |
Definition at line 159 of file pc_event.hh.
gem5::PanicPCEvent::PanicPCEvent | ( | PCEventScope * | s, |
const std::string & | desc, | ||
Addr | pc ) |
Definition at line 133 of file pc_event.cc.
|
virtual |
Implements gem5::PCEvent.
Definition at line 139 of file pc_event.cc.
References gem5::PCEvent::descr(), gem5::PCEvent::name(), and panic.