Go to the documentation of this file.
42 #ifndef __BASE_DEBUG_HH__
43 #define __BASE_DEBUG_HH__
45 #include <initializer_list>
86 operator bool()
const {
return tracing(); }
123 template<
typename... Args>
125 std::initializer_list<Flag *>
flags)
172 #define DTRACE(x) GEM5_DEPRECATED_MACRO(DTRACE, debug::x, \
173 "Replace DTRACE(x) with debug::x.")
178 #endif // __BASE_DEBUG_HH__
void add(SimpleFlag *flag)
static void globalDisable()
Flag(const char *name, const char *desc)
static void globalEnable()
std::vector< Flag * > _kids
static AllFlagsFlag & instance()
void clearDebugFlag(const char *string)
void dumpDebugFlags(std::ostream &os)
std::map< std::string, Flag * > FlagsMap
void setDebugFlag(const char *string)
CompoundFlag(const char *name, const char *desc, std::initializer_list< Flag * > flags)
const std::vector< Flag * > & kids() const
static bool _globalEnable
SimpleFlag(const char *name, const char *desc, bool is_format=false)
Flag * findFlag(const std::string &name)
GEM5_DEPRECATED_NAMESPACE(GuestABI, guest_abi)
const std::string & name()
const bool _isFormat
Whether this flag changes debug formatting.
bool changeFlag(const char *s, bool value)
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
bool isFormat() const
Checks whether this flag is a conventional debug flag, or a flag that modifies the way debug informat...
Generated on Thu Jun 16 2022 10:41:43 for gem5 by doxygen 1.8.17