Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/ScriptInterpreter/Python/
DPythonTestSuite.cpp95 const char *python_function_name, void *session_dictionary, in LLDBSwigPythonCallTypeScript() argument
/external/llvm-project/lldb/bindings/python/
Dpython-wrapper.swig127 const void *session_dictionary,
139 if (!python_function_name || !session_dictionary)
154 PyObject *py_dict = (PyObject*)session_dictionary;
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.cpp100 const char *python_function_name, void *session_dictionary,