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

/gem5/src/python/pybind11/
H A Dcore.cc88 const bool flag_DEBUG = true; variable
90 const bool flag_DEBUG = false; variable
260 m_core.attr("flag_DEBUG") = py::cast(flag_DEBUG);
261 m_core.attr("flag_DEBUG") = py::cast(flag_DEBUG);

Completed in 4 milliseconds