gem5
|
#include "base/debug.hh"
#include <sys/types.h>
#include <unistd.h>
#include <algorithm>
#include <csignal>
#include "base/cprintf.hh"
#include "base/misc.hh"
Go to the source code of this file.
Classes | |
struct | Debug::AllFlags |
Namespaces | |
Debug | |
Functions | |
void | Debug::breakpoint () |
FlagsMap & | Debug::allFlags () |
Flag * | Debug::findFlag (const std::string &name) |
bool | Debug::changeFlag (const char *s, bool value) |
void | setDebugFlag (const char *string) |
void | clearDebugFlag (const char *string) |
void | dumpDebugFlags () |
Variables | |
int | Debug::allFlagsVersion = 0 |
AllFlags | Debug::theAllFlags |
Flag *const | Debug::All = &theAllFlags |
void clearDebugFlag | ( | const char * | string | ) |
Definition at line 185 of file debug.cc.
References Debug::changeFlag().
Referenced by pybind_init_debug().
void dumpDebugFlags | ( | ) |
Definition at line 191 of file debug.cc.
References Debug::allFlags(), cprintf(), ArmISA::f, ArmISA::i, Debug::Flag::name(), and Debug::SimpleFlag::status().
Referenced by pybind_init_debug().
void setDebugFlag | ( | const char * | string | ) |
Definition at line 179 of file debug.cc.
References Debug::changeFlag().
Referenced by pybind_init_debug().