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.cpp411 m_sys_module_dict(PyInitialValue::Invalid), m_run_one_line_function(), in ScriptInterpreterPythonImpl()
789 if (m_run_one_line_function.IsValid()) in GetEmbeddedInterpreterModuleObjects()
802 m_run_one_line_function = in GetEmbeddedInterpreterModuleObjects()
806 return m_run_one_line_function.IsValid(); in GetEmbeddedInterpreterModuleObjects()
862 if (PyCallable_Check(m_run_one_line_function.get())) { in ExecuteOneLine()
869 PyObject_CallObject(m_run_one_line_function.get(), in ExecuteOneLine()
H A DScriptInterpreterPythonImpl.h421 python::PythonObject m_run_one_line_function; variable