Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp859 PythonDictionary &session_dict = GetSessionDictionary(); in ExecuteOneLine() local
860 if (session_dict.IsValid()) { in ExecuteOneLine()
865 Py_BuildValue("(Os)", session_dict.get(), command_str.c_str())); in ExecuteOneLine()