gem5
v20.1.0.0
|
#include "base/debug.hh"
#include <sys/types.h>
#include <unistd.h>
#include <algorithm>
#include <csignal>
#include "base/cprintf.hh"
#include "base/logging.hh"
Go to the source code of this file.
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 |
void clearDebugFlag | ( | const char * | string | ) |
Definition at line 179 of file debug.cc.
References Debug::changeFlag().
void dumpDebugFlags | ( | ) |
void setDebugFlag | ( | const char * | string | ) |
Definition at line 173 of file debug.cc.
References Debug::changeFlag().
Referenced by Trace::TarmacTracer::TarmacTracer().