Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.cpp501 m_sys_module_dict(PyInitialValue::Invalid), m_run_one_line_function(), in ScriptInterpreterPythonImpl()
891 if (m_run_one_line_function.IsValid()) in GetEmbeddedInterpreterModuleObjects()
904 m_run_one_line_function = in GetEmbeddedInterpreterModuleObjects()
908 return m_run_one_line_function.IsValid(); in GetEmbeddedInterpreterModuleObjects()
964 if (PyCallable_Check(m_run_one_line_function.get())) { in ExecuteOneLine()
971 PyObject_CallObject(m_run_one_line_function.get(), in ExecuteOneLine()
DScriptInterpreterPythonImpl.h401 python::PythonObject m_run_one_line_function; variable