gem5
v20.1.0.0
|
#include <system_events.hh>
Public Member Functions | |
SkipFuncBase (PCEventScope *s, const std::string &desc, Addr addr) | |
void | process (ThreadContext *tc) override |
Public Member Functions inherited from 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 () |
Protected Member Functions | |
virtual void | returnFromFuncIn (ThreadContext *tc)=0 |
Additional Inherited Members | |
Protected Attributes inherited from PCEvent | |
std::string | description |
PCEventScope * | scope |
Addr | evpc |
Definition at line 34 of file system_events.hh.
|
inline |
Definition at line 40 of file system_events.hh.
|
overridevirtual |
Implements PCEvent.
Definition at line 36 of file system_events.cc.
References PCEvent::description, DPRINTF, ThreadContext::pcState(), and returnFromFuncIn().
|
protectedpure virtual |
Implemented in ArmISA::SkipFunc.
Referenced by process().