Lines Matching full:python
19 // LLDB Python header must be included first
20 #include "lldb-python.h"
22 #include "Plugins/ScriptInterpreter/Python/PythonDataObjects.h"
36 namespace python {
40 python::PythonObject ToSWIGHelper(void *obj, swig_type_info *info);
84 python::ScopedPythonObject<lldb::SBCommandReturnObject>
86 python::ScopedPythonObject<lldb::SBEvent> ToSWIGWrapper(Event *event);
88 } // namespace python
99 python::PythonObject LLDBSwigPythonCreateScriptedObject(
126 python::PythonObject
131 python::PythonObject
136 python::PythonObject LLDBSwigPythonCreateScriptedThreadPlan(
145 python::PythonObject LLDBSwigPythonCreateScriptedBreakpointResolver(
153 python::PythonObject LLDBSwigPythonCreateScriptedStopHook(
193 python::PythonObject
198 python::PythonObject