Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.cpp409 m_sys_module_dict(PyInitialValue::Invalid), m_run_one_line_function(), in ScriptInterpreterPythonImpl()
795 if (m_run_one_line_function.IsValid()) in GetEmbeddedInterpreterModuleObjects()
808 m_run_one_line_function = in GetEmbeddedInterpreterModuleObjects()
812 return m_run_one_line_function.IsValid(); in GetEmbeddedInterpreterModuleObjects()
868 if (PyCallable_Check(m_run_one_line_function.get())) { in ExecuteOneLine()
875 PyObject_CallObject(m_run_one_line_function.get(), in ExecuteOneLine()
DScriptInterpreterPythonImpl.h406 python::PythonObject m_run_one_line_function; variable