|
gem5
|
#include <pc_event.hh>
Public Member Functions | |
| PanicPCEvent (PCEventQueue *q, const std::string &desc, Addr pc) | |
| virtual void | process (ThreadContext *tc) |
Public Member Functions inherited from PCEvent | |
| PCEvent (PCEventQueue *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 PCEvent | |
| std::string | description |
| PCEventQueue * | queue |
| Addr | evpc |
Definition at line 149 of file pc_event.hh.
| PanicPCEvent::PanicPCEvent | ( | PCEventQueue * | q, |
| const std::string & | desc, | ||
| Addr | pc | ||
| ) |
Definition at line 163 of file pc_event.cc.
|
virtual |
Implements PCEvent.
Definition at line 169 of file pc_event.cc.
References PCEvent::descr(), ThreadContext::getCpuPtr(), PCEvent::name(), and panic.