Go to the documentation of this file.
43 #include <sys/types.h>
68 kill(getpid(), SIGTRAP);
70 cprintf(
"debug::breakpoint suppressed, compiled with NDEBUG\n");
80 static bool done =
false;
102 : _name(
name), _desc(desc)
107 panic_if(!result.second,
"Flag %s already defined!",
name);
134 :
Flag(
name, desc), _isFormat(is_format)
156 "Controls all debug flags. It should not be used within C++ code.", {})
163 _kids.push_back(flag);
208 using namespace debug;
209 FlagsMap::iterator
i =
allFlags().begin();
210 FlagsMap::iterator end =
allFlags().end();
211 for (;
i != end; ++
i) {
212 SimpleFlag *
f =
dynamic_cast<SimpleFlag *
>(
i->second);
213 if (
f &&
f->tracing())
void add(SimpleFlag *flag)
static void globalDisable()
void cprintf(const char *format, const Args &...args)
Flag(const char *name, const char *desc)
static void globalEnable()
std::vector< Flag * > _kids
static AllFlagsFlag & instance()
void clearDebugFlag(const char *string)
void ccprintf(cp::Print &print)
void dumpDebugFlags(std::ostream &os)
std::map< std::string, Flag * > FlagsMap
void setDebugFlag(const char *string)
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()
#define panic_if(cond,...)
Conditional panic macro that checks the supplied condition and only panics if the condition is true a...
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