Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDScriptInterpreterPython.cpp169 m_sys_module_dict (false), // Don't create an empty dictionary, leave it invalid in ScriptInterpreterPython()
527 if (!m_sys_module_dict) in GetSysModuleDictionary()
531 m_sys_module_dict.Reset(PyModule_GetDict (sys_module)); in GetSysModuleDictionary()
533 return m_sys_module_dict; in GetSysModuleDictionary()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDScriptInterpreterPython.h547 PythonDictionary m_sys_module_dict; variable