gem5  v20.1.0.0
Public Types | Public Member Functions | Public Attributes | List of all members
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 111 of file thread_context.hh.

Member Typedef Documentation

◆ EventList

Definition at line 115 of file thread_context.hh.

Constructor & Destructor Documentation

◆ BpInfo()

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

Definition at line 118 of file thread_context.hh.

Member Function Documentation

◆ clearIds()

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

Definition at line 122 of file thread_context.hh.

References ids.

◆ empty()

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

Definition at line 120 of file thread_context.hh.

References events.

◆ validIds()

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

Definition at line 121 of file thread_context.hh.

References ids.

Member Data Documentation

◆ events

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

Definition at line 116 of file thread_context.hh.

Referenced by empty().

◆ ids

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

Definition at line 114 of file thread_context.hh.

Referenced by clearIds(), and validIds().

◆ pc

Addr Iris::ThreadContext::BpInfo::pc

Definition at line 113 of file thread_context.hh.


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

Generated on Wed Sep 30 2020 14:03:06 for gem5 by doxygen 1.8.17