Home
last modified time | relevance | path

Searched refs:StructuredDataImpl (Results 1 – 25 of 33) 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/source/Plugins/ScriptInterpreter/Python/
H A DSWIGPythonBridge.h90 static PythonObject ToSWIGWrapper(const StructuredDataImpl &data_impl);
125 const lldb_private::StructuredDataImpl &args_impl);
153 const StructuredDataImpl &args, const lldb::BreakpointSP &bkpt_sp);
162 const char *session_dictionary_name, const StructuredDataImpl &args,
205 StructuredDataImpl &args_impl,
H A DScriptInterpreterPython.h41 StructuredDataImpl m_extra_args;
H A DScriptedPlatformPythonInterface.cpp
H A DScriptedThreadPythonInterface.cpp
H A DScriptInterpreterPythonImpl.h85 const StructuredDataImpl &args_data,
96 const StructuredDataImpl &args_data,
H A DScriptedProcessPythonInterface.cpp
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanPython.h36 const StructuredDataImpl &args_data);
68 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/Breakpoint/
H A DBreakpointResolverScripted.cpp16 #include "lldb/Core/StructuredDataImpl.h"
30 lldb::SearchDepth depth, const StructuredDataImpl &args_data) in BreakpointResolverScripted()
76 StructuredDataImpl args_data_impl; in CreateFromStructuredData()
/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/include/lldb/Interpreter/Interfaces/
H A DScriptedThreadPlanInterface.h22 const StructuredDataImpl &args_sp) = 0;
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedThreadPlanPythonInterface.h29 const StructuredDataImpl &args_sp) override;
H A DScriptedPlatformPythonInterface.cpp40 StructuredDataImpl sd_impl(args_sp); in CreatePluginObject()
H A DScriptedThreadPlanPythonInterface.cpp33 const StructuredDataImpl &args_sp) { in CreatePluginObject()
H A DScriptedThreadPythonInterface.cpp39 StructuredDataImpl sd_impl(args_sp); in CreatePluginObject()
H A DScriptedProcessPythonInterface.cpp42 StructuredDataImpl sd_impl(args_sp); in CreatePluginObject()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBStructuredData.h127 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 DThreadPlanPython.cpp31 const StructuredDataImpl &args_data) in ThreadPlanPython()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h257 const StructuredDataImpl &args_data, in CreateScriptedBreakpointResolver()
277 const StructuredDataImpl &args_data, Status &error) { in CreateScriptedStopHook()
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython-swigsafecast.swig44 PythonObject SWIGBridge::ToSWIGWrapper(const StructuredDataImpl &data_impl) {
H A Dpython-wrapper.swig23 const lldb_private::StructuredDataImpl &args_impl) {
234 const StructuredDataImpl &args_impl,
306 const char *session_dictionary_name, const StructuredDataImpl &args_impl,
756 PyObject *implementor, lldb::DebuggerSP debugger, lldb_private::StructuredDataImpl &args_impl,

12