Lines Matching refs:PythonObject

42 python::PythonObject ToSWIGHelper(void *obj, swig_type_info *info);
46 template <typename T> class ScopedPythonObject : PythonObject {
49 : PythonObject(ToSWIGHelper(sb, info)), m_sb(sb) {} in ScopedPythonObject()
55 : PythonObject(std::move(rhs)), m_sb(std::exchange(rhs.m_sb, nullptr)) {} in ScopedPythonObject()
60 const PythonObject &obj() const { return *this; } in obj()
82 static PythonObject ToSWIGWrapper(std::unique_ptr<lldb::SBValue> value_sb);
83 static PythonObject ToSWIGWrapper(lldb::ValueObjectSP value_sp);
84 static PythonObject ToSWIGWrapper(lldb::TargetSP target_sp);
85 static PythonObject ToSWIGWrapper(lldb::ProcessSP process_sp);
86 static PythonObject ToSWIGWrapper(lldb::ThreadPlanSP thread_plan_sp);
87 static PythonObject ToSWIGWrapper(lldb::BreakpointSP breakpoint_sp);
88 static PythonObject ToSWIGWrapper(const Status &status);
89 static PythonObject ToSWIGWrapper(const StructuredDataImpl &data_impl);
90 static PythonObject ToSWIGWrapper(lldb::ThreadSP thread_sp);
91 static PythonObject ToSWIGWrapper(lldb::StackFrameSP frame_sp);
92 static PythonObject ToSWIGWrapper(lldb::DebuggerSP debugger_sp);
93 static PythonObject ToSWIGWrapper(lldb::WatchpointSP watchpoint_sp);
94 static PythonObject ToSWIGWrapper(lldb::BreakpointLocationSP bp_loc_sp);
95 static PythonObject ToSWIGWrapper(lldb::TypeImplSP type_impl_sp);
96 static PythonObject ToSWIGWrapper(lldb::ExecutionContextRefSP ctx_sp);
97 static PythonObject ToSWIGWrapper(const TypeSummaryOptions &summary_options);
98 static PythonObject ToSWIGWrapper(const SymbolContext &sym_ctx);
100 static PythonObject ToSWIGWrapper(lldb::ProcessAttachInfoSP attach_info_sp);
101 static PythonObject ToSWIGWrapper(lldb::ProcessLaunchInfoSP launch_info_sp);
102 static PythonObject ToSWIGWrapper(lldb::DataExtractorSP data_extractor_sp);
104 static PythonObject ToSWIGWrapper(std::unique_ptr<lldb::SBStream> stream_sb);
105 static PythonObject
107 static PythonObject
109 static PythonObject
139 static python::PythonObject
144 static python::PythonObject
149 static python::PythonObject LLDBSwigPythonCreateScriptedThreadPlan(
164 static python::PythonObject LLDBSwigPythonCreateScriptedBreakpointResolver(
173 static python::PythonObject LLDBSwigPythonCreateScriptedStopHook(
220 static python::PythonObject
225 static python::PythonObject