Go to the documentation of this file.
42 #ifndef __BASE_DEBUG_HH__
43 #define __BASE_DEBUG_HH__
45 #include <initializer_list>
73 virtual bool enabled()
const = 0;
75 operator bool()
const {
return enabled(); }
117 template<
typename... Args>
119 std::initializer_list<Flag *> flags)
154 # define DTRACE(x) (Debug::x)
156 # define DTRACE(x) (false)
160 #endif // __BASE_DEBUG_HH__
static bool _globalEnable
CompoundFlag(const char *name, const char *desc, std::initializer_list< Flag * > flags)
virtual bool enabled() const =0
Flag * findFlag(const std::string &name)
Flag(const char *name, const char *desc)
const std::vector< Flag * > & kids() const
bool enabled() const override
std::vector< Flag * > _kids
void setDebugFlag(const char *string)
std::map< std::string, Flag * > FlagsMap
static void globalEnable()
bool isFormat() const
Checks whether this flag is a conventional debug flag, or a flag that modifies the way debug informat...
bool enabled() const override
bool changeFlag(const char *s, bool value)
static void globalDisable()
const std::string & name()
void clearDebugFlag(const char *string)
SimpleFlag(const char *name, const char *desc, bool is_format=false)
const bool _isFormat
Whether this flag changes debug formatting.
Generated on Tue Mar 23 2021 19:41:23 for gem5 by doxygen 1.8.17