gem5  v20.1.0.0
Public Member Functions | Protected Member Functions | List of all members
SkipFuncBase Class Referenceabstract

#include <system_events.hh>

Inheritance diagram for SkipFuncBase:
PCEvent ArmISA::SkipFunc ArmISA::SkipFuncLinux32 ArmISA::SkipFuncLinux64

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
 
PCEventScopescope
 
Addr evpc
 

Detailed Description

Definition at line 34 of file system_events.hh.

Constructor & Destructor Documentation

◆ SkipFuncBase()

SkipFuncBase::SkipFuncBase ( PCEventScope s,
const std::string &  desc,
Addr  addr 
)
inline

Definition at line 40 of file system_events.hh.

Member Function Documentation

◆ process()

void SkipFuncBase::process ( ThreadContext tc)
overridevirtual

Implements PCEvent.

Definition at line 36 of file system_events.cc.

References PCEvent::description, DPRINTF, ThreadContext::pcState(), and returnFromFuncIn().

◆ returnFromFuncIn()

virtual void SkipFuncBase::returnFromFuncIn ( ThreadContext tc)
protectedpure virtual

Implemented in ArmISA::SkipFunc.

Referenced by process().


The documentation for this class was generated from the following files:

Generated on Wed Sep 30 2020 14:02:31 for gem5 by doxygen 1.8.17