gem5  v22.1.0.0
Classes | Typedefs | Functions | Variables
gem5::debug Namespace Reference

Classes

class  Flag
 
class  SimpleFlag
 
class  CompoundFlag
 
class  AllFlagsFlag
 

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

SimpleFlag TraceTestDebugFlag ("TraceTestDebugFlag", "Exclusive debug flag for the trace tests")
 Debug flag used for the tests in this file. More...
 

Typedef Documentation

◆ FlagsMap

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

Definition at line 151 of file debug.hh.

Function Documentation

◆ allFlags()

FlagsMap & gem5::debug::allFlags ( )

◆ breakpoint()

void gem5::debug::breakpoint ( )

◆ changeFlag()

bool gem5::debug::changeFlag ( const char *  s,
bool  value 
)

Definition at line 176 of file debug.cc.

References gem5::VegaISA::f, findFlag(), and gem5::VegaISA::s.

Referenced by gem5::clearDebugFlag(), gem5::setDebugFlag(), and TEST().

◆ findFlag()

Flag * gem5::debug::findFlag ( const std::string &  name)

Definition at line 92 of file debug.cc.

References allFlags(), gem5::ArmISA::i, and name().

Referenced by changeFlag(), and TEST().

Variable Documentation

◆ TraceTestDebugFlag

SimpleFlag gem5::debug::TraceTestDebugFlag("TraceTestDebugFlag", "Exclusive debug flag for the trace tests") ( "TraceTestDebugFlag"  ,
"Exclusive debug flag for the trace tests"   
)

Debug flag used for the tests in this file.

Referenced by TEST().


Generated on Wed Dec 21 2022 10:23:40 for gem5 by doxygen 1.9.1