Home
last modified time | relevance | path

Searched refs:StructuredDataImpl (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DStructuredDataImpl.h22 #pragma mark StructuredDataImpl
26 class StructuredDataImpl {
28 StructuredDataImpl() = default;
30 StructuredDataImpl(const StructuredDataImpl &rhs) = default;
32 StructuredDataImpl(StructuredData::ObjectSP obj) in StructuredDataImpl() function
35 StructuredDataImpl(const lldb::EventSP &event_sp) in StructuredDataImpl() function
41 ~StructuredDataImpl() = default;
43 StructuredDataImpl &operator=(const StructuredDataImpl &rhs) = default;
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBStructuredData.cpp32 SBStructuredData::SBStructuredData() : m_impl_up(new StructuredDataImpl()) { in SBStructuredData()
37 : m_impl_up(new StructuredDataImpl(*rhs.m_impl_up)) { in SBStructuredData()
54 StructuredDataImplUP impl_up = std::make_unique<StructuredDataImpl>( in SBStructuredData()
61 : m_impl_up(new StructuredDataImpl(event_sp)) { in SBStructuredData()
65 SBStructuredData::SBStructuredData(const lldb_private::StructuredDataImpl &impl) in SBStructuredData()
66 : m_impl_up(new StructuredDataImpl(impl)) { in SBStructuredData()
H A DSBThreadPlan.cpp70 StructuredDataImpl()); in SBThreadPlan()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DSWIGPythonBridge.h89 static PythonObject ToSWIGWrapper(const StructuredDataImpl &data_impl);
123 const lldb_private::StructuredDataImpl &args_impl);
151 const StructuredDataImpl &args_data, std::string &error_string,
166 const StructuredDataImpl &args, const lldb::BreakpointSP &bkpt_sp);
175 const char *session_dictionary_name, const StructuredDataImpl &args,
H A DScriptInterpreterPython.h41 StructuredDataImpl m_extra_args;
H A DScriptInterpreterPythonImpl.h82 const StructuredDataImpl &args_data,
110 const StructuredDataImpl &args_data,
121 const StructuredDataImpl &args_data,
H A DScriptInterpreterPython.cpp1553 const char *class_name, const StructuredDataImpl &args_data, in CreateScriptedThreadPlan()
1670 const char *class_name, const StructuredDataImpl &args_data, in CreateScriptedBreakpointResolver()
1739 const StructuredDataImpl &args_data, Status &error) { in CreateScriptedStopHook()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanPython.h35 const StructuredDataImpl &args_data);
67 StructuredDataImpl m_args_data;
H A DTarget.h1371 StructuredDataImpl m_extra_args;
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverScripted.h29 const StructuredDataImpl &args_data);
66 StructuredDataImpl m_args;
/freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverScripted.cpp30 lldb::SearchDepth depth, const StructuredDataImpl &args_data) in BreakpointResolverScripted()
76 StructuredDataImpl args_data_impl; in CreateFromStructuredData()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DSWIGLuaBridge.h25 const StructuredDataImpl &extra_args_impl);
H A DLua.cpp85 StructuredDataImpl extra_args_impl(std::move(extra_args_sp)); in CallBreakpointCallback()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h255 const StructuredDataImpl &args_data, in CreateScriptedThreadPlan()
299 const StructuredDataImpl &args_data, in CreateScriptedBreakpointResolver()
319 const StructuredDataImpl &args_data, Status &error) { in CreateScriptedStopHook()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPlatformPythonInterface.cpp38 StructuredDataImpl sd_impl(args_sp); in CreatePluginObject()
H A DScriptedThreadPythonInterface.cpp38 StructuredDataImpl sd_impl(args_sp); in CreatePluginObject()
H A DScriptedProcessPythonInterface.cpp42 StructuredDataImpl sd_impl(args_sp); in CreatePluginObject()
H A DScriptedPythonInterface.h313 python::PythonObject Transform(const StructuredDataImpl &arg) { in Transform()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBStructuredData.h126 SBStructuredData(const lldb_private::StructuredDataImpl &impl);
/freebsd-14.2/contrib/llvm-project/lldb/bindings/lua/
H A Dlua-wrapper.swig10 const StructuredDataImpl &extra_args_impl) {
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanPython.cpp30 const StructuredDataImpl &args_data) in ThreadPlanPython()
H A DThread.cpp1375 *this, class_name, StructuredDataImpl(extra_args_sp))); in QueueThreadPlanForStepScripted()
/freebsd-14.2/contrib/llvm-project/lldb/bindings/python/
H A Dpython-swigsafecast.swig48 PythonObject SWIGBridge::ToSWIGWrapper(const StructuredDataImpl &data_impl) {
H A Dpython-wrapper.swig23 const lldb_private::StructuredDataImpl &args_impl) {
234 const lldb_private::StructuredDataImpl &args_impl,
361 const StructuredDataImpl &args_impl,
433 const char *session_dictionary_name, const StructuredDataImpl &args_impl,
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h213 class StructuredDataImpl; variable
423 typedef std::unique_ptr<lldb_private::StructuredDataImpl> StructuredDataImplUP;

12