gem5  v22.1.0.0
Public Types | Public Member Functions | Public Attributes | List of all members
gem5::Iris::ThreadContext::BpInfo Struct Reference

#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< BpIdids
 
std::shared_ptr< EventListevents
 

Detailed Description

Definition at line 117 of file thread_context.hh.

Member Typedef Documentation

◆ EventList

Definition at line 121 of file thread_context.hh.

Constructor & Destructor Documentation

◆ BpInfo()

gem5::Iris::ThreadContext::BpInfo::BpInfo ( Addr  _pc)
inline

Definition at line 124 of file thread_context.hh.

Member Function Documentation

◆ clearIds()

void gem5::Iris::ThreadContext::BpInfo::clearIds ( )
inline

Definition at line 128 of file thread_context.hh.

References ids.

◆ empty()

bool gem5::Iris::ThreadContext::BpInfo::empty ( ) const
inline

Definition at line 126 of file thread_context.hh.

References events.

◆ validIds()

bool gem5::Iris::ThreadContext::BpInfo::validIds ( ) const
inline

Definition at line 127 of file thread_context.hh.

References ids.

Member Data Documentation

◆ events

std::shared_ptr<EventList> gem5::Iris::ThreadContext::BpInfo::events

Definition at line 122 of file thread_context.hh.

Referenced by empty().

◆ ids

std::vector<BpId> gem5::Iris::ThreadContext::BpInfo::ids

Definition at line 120 of file thread_context.hh.

Referenced by clearIds(), and validIds().

◆ pc

Addr gem5::Iris::ThreadContext::BpInfo::pc

Definition at line 119 of file thread_context.hh.


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

Generated on Wed Dec 21 2022 10:24:14 for gem5 by doxygen 1.9.1