gem5
|
#include <pc_event.hh>
Public Member Functions | |
BreakPCEvent (PCEventQueue *q, const std::string &desc, Addr addr, bool del=false) | |
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 () |
Protected Attributes | |
bool | remove |
Protected Attributes inherited from PCEvent | |
std::string | description |
PCEventQueue * | queue |
Addr | evpc |
Definition at line 134 of file pc_event.hh.
BreakPCEvent::BreakPCEvent | ( | PCEventQueue * | q, |
const std::string & | desc, | ||
Addr | addr, | ||
bool | del = false |
||
) |
Definition at line 131 of file pc_event.cc.
|
virtual |
Implements PCEvent.
Definition at line 138 of file pc_event.cc.
References Debug::breakpoint(), PCEvent::descr(), DPRINTFN, ThreadContext::getCpuPtr(), and PCEvent::name().
|
protected |
Definition at line 137 of file pc_event.hh.