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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp994 PythonDictionary &session_dict = GetSessionDictionary(); local
995 if (session_dict.IsValid()) {
1000 Py_BuildValue("(Os)", session_dict.get(), command_str.c_str()));

Completed in 46 milliseconds