gem5  v20.1.0.0
Public Member Functions | Public Attributes | Private Attributes | List of all members
HardBreakpoint Class Reference
Inheritance diagram for HardBreakpoint:
PCEvent

Public Member Functions

 HardBreakpoint (BaseRemoteGDB *_gdb, PCEventScope *s, Addr pc)
 
const std::string name () const override
 
void process (ThreadContext *tc) override
 
- Public Member Functions inherited from PCEvent
 PCEvent (PCEventScope *q, const std::string &desc, Addr pc)
 
virtual ~PCEvent ()
 
std::string descr () const
 
Addr pc () const
 
bool remove ()
 

Public Attributes

int refcount
 

Private Attributes

BaseRemoteGDBgdb
 

Additional Inherited Members

- Protected Attributes inherited from PCEvent
std::string description
 
PCEventScopescope
 
Addr evpc
 

Detailed Description

Definition at line 164 of file remote_gdb.cc.

Constructor & Destructor Documentation

◆ HardBreakpoint()

HardBreakpoint::HardBreakpoint ( BaseRemoteGDB _gdb,
PCEventScope s,
Addr  pc 
)
inline

Definition at line 173 of file remote_gdb.cc.

References DPRINTF.

Member Function Documentation

◆ name()

const std::string HardBreakpoint::name ( ) const
inlineoverridevirtual

Reimplemented from PCEvent.

Definition at line 180 of file remote_gdb.cc.

References BaseRemoteGDB::name().

◆ process()

void HardBreakpoint::process ( ThreadContext tc)
inlineoverridevirtual

Implements PCEvent.

Definition at line 183 of file remote_gdb.cc.

References DPRINTF, MipsISA::pc, BaseRemoteGDB::tc, and BaseRemoteGDB::trap().

Member Data Documentation

◆ gdb

BaseRemoteGDB* HardBreakpoint::gdb
private

Definition at line 167 of file remote_gdb.cc.

◆ refcount

int HardBreakpoint::refcount

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

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