Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp430 m_sys_module_dict(PyInitialValue::Invalid), m_run_one_line_function(), in ScriptInterpreterPythonImpl()
809 if (m_run_one_line_function.IsValid()) in GetEmbeddedInterpreterModuleObjects()
822 m_run_one_line_function = in GetEmbeddedInterpreterModuleObjects()
826 return m_run_one_line_function.IsValid(); in GetEmbeddedInterpreterModuleObjects()
882 if (PyCallable_Check(m_run_one_line_function.get())) { in ExecuteOneLine()
889 PyObject_CallObject(m_run_one_line_function.get(), in ExecuteOneLine()
H A DScriptInterpreterPythonImpl.h415 python::PythonObject m_run_one_line_function; variable