Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp408 m_session_dict(PyInitialValue::Invalid), in ScriptInterpreterPythonImpl()
471 m_session_dict.Reset(); in ~ScriptInterpreterPythonImpl()
727 if (m_session_dict.IsValid()) in GetSessionDictionary()
728 return m_session_dict; in GetSessionDictionary()
732 return m_session_dict; in GetSessionDictionary()
737 return m_session_dict; in GetSessionDictionary()
739 m_session_dict = unwrapIgnoringErrors( in GetSessionDictionary()
741 return m_session_dict; in GetSessionDictionary()
H A DScriptInterpreterPythonImpl.h404 python::PythonDictionary m_session_dict; variable