Home
last modified time | relevance | path

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

12

/freebsd/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/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()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DScriptedThreadPlan.h32 const StructuredDataImpl &args_data);
63 StructuredDataImpl m_args_data;
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverScripted.h29 const StructuredDataImpl &args_data);
66 StructuredDataImpl m_args;
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DSWIGPythonBridge.h93 static PythonObject ToSWIGWrapper(const StructuredDataImpl &data_impl);
128 const lldb_private::StructuredDataImpl &args_impl);
156 const StructuredDataImpl &args, const lldb::BreakpointSP &bkpt_sp);
197 StructuredDataImpl &args_impl,
H A DScriptInterpreterPython.h41 StructuredDataImpl m_extra_args;
H A DScriptedPlatformPythonInterface.cpp
H A DScriptedThreadPythonInterface.cpp
H A DScriptedProcessPythonInterface.cpp
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverScripted.cpp30 lldb::SearchDepth depth, const StructuredDataImpl &args_data) in BreakpointResolverScripted()
77 StructuredDataImpl args_data_impl; in CreateFromStructuredData()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
H A DScriptedStopHookInterface.h21 const StructuredDataImpl &args_sp) = 0;
H A DScriptedThreadPlanInterface.h22 const StructuredDataImpl &args_sp) = 0;
/freebsd/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/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedStopHookPythonInterface.h28 const StructuredDataImpl &args_sp) override;
H A DScriptedThreadPlanPythonInterface.h31 const StructuredDataImpl &args_sp) override;
H A DScriptedStopHookPythonInterface.cpp37 const StructuredDataImpl &args_sp) { in CreatePluginObject()
H A DScriptedPlatformPythonInterface.cpp42 StructuredDataImpl sd_impl(args_sp); in CreatePluginObject()
H A DScriptedThreadPlanPythonInterface.cpp36 const StructuredDataImpl &args_sp) { in CreatePluginObject()
H A DScriptedThreadPythonInterface.cpp39 StructuredDataImpl sd_impl(args_sp); in CreatePluginObject()
H A DScriptedProcessPythonInterface.cpp47 StructuredDataImpl sd_impl(args_sp); in CreatePluginObject()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DTelemetry.cpp136 const lldb_private::StructuredDataImpl &entry, Debugger *debugger) { in DispatchClientTelemetry()
197 void DispatchClientTelemetry(const lldb_private::StructuredDataImpl &entry, in DispatchClientTelemetry()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBStructuredData.h131 SBStructuredData(const lldb_private::StructuredDataImpl &impl);
/freebsd/contrib/llvm-project/lldb/bindings/lua/
H A Dlua-wrapper.swig10 const StructuredDataImpl &extra_args_impl) {
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DScriptedThreadPlan.cpp28 const StructuredDataImpl &args_data) in ScriptedThreadPlan()

12