gem5  v19.0.0.0
Public Member Functions | Public Attributes | List of all members
Iris::ThreadContext::BpInfo Struct Reference

#include <thread_context.hh>

Public Member Functions

 BpInfo (Addr _pc)
 
bool empty () const
 
bool validId () const
 
void clearId ()
 

Public Attributes

Addr pc
 
BpId id
 
std::list< PCEvent * > events
 

Detailed Description

Definition at line 111 of file thread_context.hh.

Constructor & Destructor Documentation

◆ BpInfo()

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

Definition at line 117 of file thread_context.hh.

Member Function Documentation

◆ clearId()

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

Definition at line 121 of file thread_context.hh.

◆ empty()

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

Definition at line 119 of file thread_context.hh.

◆ validId()

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

Definition at line 120 of file thread_context.hh.

Member Data Documentation

◆ events

std::list<PCEvent *> Iris::ThreadContext::BpInfo::events

Definition at line 115 of file thread_context.hh.

◆ id

BpId Iris::ThreadContext::BpInfo::id

◆ 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 Fri Feb 28 2020 16:27:21 for gem5 by doxygen 1.8.13