gem5
|
#include <remote_gdb.hh>
Public Member Functions | |
HardBreakpoint (BaseRemoteGDB *_gdb, Addr addr) | |
const std::string | name () const |
virtual void | process (ThreadContext *tc) |
Public Member Functions inherited from PCEvent | |
PCEvent (PCEventQueue *q, const std::string &desc, Addr pc) | |
virtual | ~PCEvent () |
std::string | descr () const |
Addr | pc () const |
bool | remove () |
Public Attributes | |
int | refcount |
Private Attributes | |
BaseRemoteGDB * | gdb |
Additional Inherited Members | |
Protected Attributes inherited from PCEvent | |
std::string | description |
PCEventQueue * | queue |
Addr | evpc |
Definition at line 292 of file remote_gdb.hh.
BaseRemoteGDB::HardBreakpoint::HardBreakpoint | ( | BaseRemoteGDB * | _gdb, |
Addr | addr | ||
) |
Definition at line 567 of file remote_gdb.cc.
References DPRINTF, and PCEvent::evpc.
|
inlinevirtual |
Reimplemented from PCEvent.
Definition at line 302 of file remote_gdb.hh.
References gdb, and BaseRemoteGDB::name().
|
virtual |
|
private |
Definition at line 295 of file remote_gdb.hh.
Referenced by name().
int BaseRemoteGDB::HardBreakpoint::refcount |
Definition at line 298 of file remote_gdb.hh.
Referenced by BaseRemoteGDB::insertHardBreak(), and BaseRemoteGDB::removeHardBreak().