gem5  v21.0.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | Static Protected Attributes | List of all members
Debug::Flag Class Referenceabstract

#include <debug.hh>

Inheritance diagram for Debug::Flag:
Debug::CompoundFlag Debug::SimpleFlag

Public Member Functions

 Flag (const char *name, const char *desc)
 
virtual ~Flag ()
 
std::string name () const
 
std::string desc () const
 
virtual void enable ()=0
 
virtual void disable ()=0
 
virtual bool enabled () const =0
 
 operator bool () const
 

Static Public Member Functions

static void globalEnable ()
 
static void globalDisable ()
 

Protected Member Functions

virtual void sync ()
 

Protected Attributes

const char * _name
 
const char * _desc
 

Static Protected Attributes

static bool _globalEnable = false
 

Detailed Description

Definition at line 54 of file debug.hh.

Constructor & Destructor Documentation

◆ Flag()

Debug::Flag::Flag ( const char *  name,
const char *  desc 
)

Definition at line 91 of file debug.cc.

References Debug::allFlags(), Debug::allFlagsVersion, name(), panic_if, and sync().

◆ ~Flag()

Debug::Flag::~Flag ( )
virtual

Definition at line 104 of file debug.cc.

References Debug::allFlags(), and name().

Member Function Documentation

◆ desc()

std::string Debug::Flag::desc ( ) const
inline

Definition at line 69 of file debug.hh.

References _desc.

Referenced by pybind_init_debug(), and TEST().

◆ disable()

virtual void Debug::Flag::disable ( )
pure virtual

Implemented in Debug::CompoundFlag, and Debug::SimpleFlag.

Referenced by pybind_init_debug().

◆ enable()

virtual void Debug::Flag::enable ( )
pure virtual

Implemented in Debug::CompoundFlag, and Debug::SimpleFlag.

Referenced by pybind_init_debug(), and TEST().

◆ enabled()

virtual bool Debug::Flag::enabled ( ) const
pure virtual

◆ globalDisable()

void Debug::Flag::globalDisable ( )
static

Definition at line 118 of file debug.cc.

References _globalEnable, Debug::allFlags(), and ArmISA::i.

Referenced by Trace::disable(), and TEST().

◆ globalEnable()

void Debug::Flag::globalEnable ( )
static

Definition at line 110 of file debug.cc.

References _globalEnable, Debug::allFlags(), and ArmISA::i.

Referenced by Trace::enable(), and TEST().

◆ name()

std::string Debug::Flag::name ( ) const
inline

Definition at line 68 of file debug.hh.

References _name.

Referenced by Flag(), pybind_init_debug(), TEST(), and ~Flag().

◆ operator bool()

Debug::Flag::operator bool ( ) const
inline

Definition at line 75 of file debug.hh.

References enabled().

◆ sync()

virtual void Debug::Flag::sync ( )
inlineprotectedvirtual

Reimplemented in Debug::SimpleFlag.

Definition at line 62 of file debug.hh.

Referenced by Flag().

Member Data Documentation

◆ _desc

const char* Debug::Flag::_desc
protected

Definition at line 60 of file debug.hh.

Referenced by desc().

◆ _globalEnable

bool Debug::Flag::_globalEnable = false
staticprotected

Definition at line 57 of file debug.hh.

Referenced by globalDisable(), globalEnable(), and Debug::SimpleFlag::sync().

◆ _name

const char* Debug::Flag::_name
protected

Definition at line 59 of file debug.hh.

Referenced by name().


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

Generated on Tue Mar 23 2021 19:41:46 for gem5 by doxygen 1.8.17