|
gem5 v23.0.0.1
|
#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 | |
| namespace | 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. | |
| namespace | gem5::debug |
Functions | |
| 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) |