gem5
v21.2.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 | |
gem5 | |
Reference material can be found at the JEDEC website: UFS standard http://www.jedec.org/standards-documents/results/jesd220 UFS HCI specification http://www.jedec.org/standards-documents/results/jesd223. | |
gem5::debug | |
Functions | |
gem5::GEM5_DEPRECATED_NAMESPACE (Debug, debug) | |
void | gem5::debug::breakpoint () |
FlagsMap & | gem5::debug::allFlags () |
Flag * | gem5::debug::findFlag (const std::string &name) |
bool | gem5::debug::changeFlag (const char *s, bool value) |
void | gem5::setDebugFlag (const char *string) |
void | gem5::clearDebugFlag (const char *string) |
void | gem5::dumpDebugFlags (std::ostream &os) |