gem5
v20.1.0.0
|
#include <faults.hh>
Public Member Functions | |
BreakpointFault (const PCState &pc) | |
RegVal | trap_value () const override |
void | invokeSE (ThreadContext *tc, const StaticInstPtr &inst) override |
Public Member Functions inherited from FaultBase | |
virtual | ~FaultBase () |
Private Attributes | |
const PCState | pcState |
Additional Inherited Members | |
Protected Member Functions inherited from RiscvISA::RiscvFault | |
RiscvFault (FaultName n, bool i, ExceptionCode c) | |
FaultName | name () const override |
bool | isInterrupt () const |
ExceptionCode | exception () const |
void | invoke (ThreadContext *tc, const StaticInstPtr &inst) override |
Protected Attributes inherited from RiscvISA::RiscvFault | |
const FaultName | _name |
const bool | _interrupt |
ExceptionCode | _code |
|
inline |
|
overridevirtual |
Reimplemented from RiscvISA::RiscvFault.
Definition at line 189 of file faults.cc.
References schedRelBreak().
|
inlineoverridevirtual |
Reimplemented from RiscvISA::RiscvFault.
Definition at line 219 of file faults.hh.
References GenericISA::SimplePCState< MachInst >::pc(), and pcState.
|
private |
Definition at line 212 of file faults.hh.
Referenced by trap_value().