Searched refs:m_debug (Results 1 - 1 of 1) sorted by relevance

/gem5/src/python/pybind11/
H A Ddebug.cc84 py::module m_debug = m_native.def_submodule("debug"); local
86 m_debug
98 py::class_<Debug::Flag> c_flag(m_debug, "Flag");
108 py::class_<Debug::SimpleFlag>(m_debug, "SimpleFlag", c_flag);
109 py::class_<Debug::CompoundFlag>(m_debug, "CompoundFlag", c_flag);

Completed in 4 milliseconds