gem5
|
#include "pybind11/pybind11.h"
#include "pybind11/stl.h"
#include <map>
#include <vector>
#include "base/debug.hh"
#include "base/output.hh"
#include "base/trace.hh"
#include "sim/debug.hh"
Go to the source code of this file.
Namespaces | |
Debug | |
Functions | |
static void | output (const char *filename) |
static void | ignore (const char *expr) |
void | pybind_init_debug (py::module &m_native) |
|
static |
Definition at line 74 of file debug.cc.
References Trace::getDebugLogger(), and Trace::Logger::setIgnore().
Referenced by SparcISA::TLB::doMmuRegWrite(), and pybind_init_debug().
|
static |
Definition at line 63 of file debug.cc.
References OutputDirectory::create(), OutputDirectory::find(), Trace::setDebugLogger(), simout, and OutputStream::stream().
Referenced by pybind_init_debug(), and X86ISA::I8259::requestInterrupt().
void pybind_init_debug | ( | py::module & | m_native | ) |
Definition at line 82 of file debug.cc.
References Debug::allFlags(), Debug::allFlagsVersion, clearDebugFlag(), Debug::Flag::desc(), Debug::Flag::disable(), Trace::disable(), dumpDebugFlags(), Debug::Flag::enable(), Trace::enable(), Debug::findFlag(), ignore(), Debug::Flag::kids(), Debug::Flag::name(), output(), schedBreak(), setDebugFlag(), setRemoteGDBPort(), and Debug::Flag::sync().
Referenced by EmbeddedPyBind::initAll().