Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp407 m_sys_module_dict(PyInitialValue::Invalid), m_run_one_line_function(), in ScriptInterpreterPythonImpl()
791 if (m_run_one_line_function.IsValid()) in GetEmbeddedInterpreterModuleObjects()
804 m_run_one_line_function = in GetEmbeddedInterpreterModuleObjects()
808 return m_run_one_line_function.IsValid(); in GetEmbeddedInterpreterModuleObjects()
864 if (PyCallable_Check(m_run_one_line_function.get())) { in ExecuteOneLine()
871 PyObject_CallObject(m_run_one_line_function.get(), in ExecuteOneLine()
H A DScriptInterpreterPythonImpl.h403 python::PythonObject m_run_one_line_function; variable