gem5
v20.1.0.0
|
#include <pc_event.hh>
Public Member Functions | |
BreakPCEvent (PCEventScope *s, const std::string &desc, Addr addr, bool del=false) | |
virtual void | process (ThreadContext *tc) |
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 Attributes | |
bool | remove |
Protected Attributes inherited from PCEvent | |
std::string | description |
PCEventScope * | scope |
Addr | evpc |
Definition at line 144 of file pc_event.hh.
BreakPCEvent::BreakPCEvent | ( | PCEventScope * | s, |
const std::string & | desc, | ||
Addr | addr, | ||
bool | del = false |
||
) |
Definition at line 116 of file pc_event.cc.
|
virtual |
Implements PCEvent.
Definition at line 123 of file pc_event.cc.
References Debug::breakpoint(), PCEvent::descr(), DPRINTFN, PCEvent::name(), and remove.
|
protected |
Definition at line 147 of file pc_event.hh.
Referenced by process().