Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDScriptInterpreterPython.cpp667 PythonDictionary &session_dict = GetSessionDictionary (); in ExecuteOneLine() local
668 if (session_dict) in ExecuteOneLine()
676 PythonObject pargs (Py_BuildValue("(Os)", session_dict.get(), command)); in ExecuteOneLine()