Home
last modified time | relevance | path

Searched refs:m_main_module (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.h590 PythonObject m_main_module; variable
H A DScriptInterpreterPython.cpp268 m_saved_stderr(), m_main_module(), m_lldb_module(), in ScriptInterpreterPython()
685 if (!m_main_module.IsValid()) in GetMainModule()
686 m_main_module.Reset(PyRefType::Borrowed, PyImport_AddModule("__main__")); in GetMainModule()
687 return m_main_module; in GetMainModule()