gem5  v20.0.0.3
Classes | Typedefs | Functions | Variables
Debug Namespace Reference

Classes

struct  AllFlags
 
class  CompoundFlag
 
class  Flag
 
class  SimpleFlag
 

Typedefs

typedef std::map< std::string, Flag * > FlagsMap
 

Functions

void breakpoint ()
 
FlagsMapallFlags ()
 
FlagfindFlag (const std::string &name)
 
bool changeFlag (const char *s, bool value)
 

Variables

int allFlagsVersion = 0
 
AllFlags theAllFlags
 
Flag *const All = &theAllFlags
 

Typedef Documentation

◆ FlagsMap

typedef std::map<std::string, Flag *> Debug::FlagsMap

Definition at line 123 of file debug.hh.

Function Documentation

◆ allFlags()

FlagsMap & Debug::allFlags ( )

◆ breakpoint()

void Debug::breakpoint ( )

◆ changeFlag()

bool Debug::changeFlag ( const char *  s,
bool  value 
)

Definition at line 159 of file debug.cc.

References Debug::Flag::disable(), Debug::Flag::enable(), ArmISA::f, and findFlag().

Referenced by clearDebugFlag(), and setDebugFlag().

◆ findFlag()

Flag * Debug::findFlag ( const std::string &  name)

Definition at line 73 of file debug.cc.

References allFlags(), and ArmISA::i.

Referenced by changeFlag(), and pybind_init_debug().

Variable Documentation

◆ All

Flag *const Debug::All = &theAllFlags

Definition at line 156 of file debug.cc.

◆ allFlagsVersion

int Debug::allFlagsVersion = 0

Definition at line 62 of file debug.cc.

Referenced by Debug::Flag::Flag(), and pybind_init_debug().

◆ theAllFlags

AllFlags Debug::theAllFlags

Definition at line 155 of file debug.cc.


Generated on Fri Jul 3 2020 15:53:26 for gem5 by doxygen 1.8.13