gem5 v24.0.0.0
|
#include <thread_context.hh>
Public Types | |
using | EventList = std::list<PCEvent *> |
Public Member Functions | |
BpInfo (Addr _pc) | |
bool | empty () const |
bool | validIds () const |
void | clearIds () |
Public Attributes | |
Addr | pc |
std::vector< BpId > | ids |
std::shared_ptr< EventList > | events |
Definition at line 118 of file thread_context.hh.
Definition at line 122 of file thread_context.hh.
|
inline |
Definition at line 125 of file thread_context.hh.
|
inline |
Definition at line 129 of file thread_context.hh.
References ids.
|
inline |
Definition at line 127 of file thread_context.hh.
References events.
|
inline |
Definition at line 128 of file thread_context.hh.
References ids.
std::shared_ptr<EventList> gem5::Iris::ThreadContext::BpInfo::events |
Definition at line 123 of file thread_context.hh.
Referenced by empty().
std::vector<BpId> gem5::Iris::ThreadContext::BpInfo::ids |
Definition at line 121 of file thread_context.hh.
Referenced by clearIds(), and validIds().
Addr gem5::Iris::ThreadContext::BpInfo::pc |
Definition at line 120 of file thread_context.hh.