Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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;
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBStructuredData.cpp27 SBStructuredData::SBStructuredData() : m_impl_up(new StructuredDataImpl()) { in SBStructuredData()
32 : m_impl_up(new StructuredDataImpl(*rhs.m_impl_up)) { in SBStructuredData()
37 : m_impl_up(new StructuredDataImpl(event_sp)) { in SBStructuredData()
41 SBStructuredData::SBStructuredData(const lldb_private::StructuredDataImpl &impl) in SBStructuredData()
42 : m_impl_up(new StructuredDataImpl(impl)) { in SBStructuredData()
H A DSBThreadPlan.cpp71 StructuredDataImpl()); in SBThreadPlan()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DSWIGPythonBridge.h70 PythonObject ToSWIGWrapper(const StructuredDataImpl &data_impl);
102 const lldb_private::StructuredDataImpl &args_impl,
109 const lldb_private::StructuredDataImpl &args_impl);
138 const StructuredDataImpl &args_data, std::string &error_string,
147 const StructuredDataImpl &args, const lldb::BreakpointSP &bkpt_sp);
155 const char *session_dictionary_name, const StructuredDataImpl &args,
H A DScriptInterpreterPython.h41 StructuredDataImpl m_extra_args;
H A DScriptInterpreterPythonImpl.h82 const StructuredDataImpl &args_data,
102 const StructuredDataImpl &args_data,
113 const StructuredDataImpl &args_data,
H A DScriptedPlatformPythonInterface.cpp38 StructuredDataImpl args_impl(args_sp); in CreatePluginObject()
H A DScriptedThreadPythonInterface.cpp38 StructuredDataImpl args_impl(args_sp); in CreatePluginObject()
H A DScriptedProcessPythonInterface.cpp40 StructuredDataImpl args_impl(args_sp); in CreatePluginObject()
H A DScriptInterpreterPython.cpp1641 const char *class_name, const StructuredDataImpl &args_data, in CreateScriptedThreadPlan()
1740 const char *class_name, const StructuredDataImpl &args_data, in CreateScriptedBreakpointResolver()
1808 const StructuredDataImpl &args_data, Status &error) { in CreateScriptedStopHook()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DThreadPlanPython.h35 const StructuredDataImpl &args_data);
64 StructuredDataImpl m_args_data;
H A DTarget.h1343 StructuredDataImpl m_extra_args;
/openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverScripted.h29 const StructuredDataImpl &args_data);
67 StructuredDataImpl m_args;
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointResolverScripted.cpp30 lldb::SearchDepth depth, const StructuredDataImpl &args_data) in BreakpointResolverScripted()
78 StructuredDataImpl args_data_impl; in CreateFromStructuredData()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DSWIGLuaBridge.h21 const StructuredDataImpl &extra_args_impl);
H A DLua.cpp85 StructuredDataImpl extra_args_impl(std::move(extra_args_sp)); in CallBreakpointCallback()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBStructuredData.h25 SBStructuredData(const lldb_private::StructuredDataImpl &impl);
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h281 const StructuredDataImpl &args_data, in CreateScriptedThreadPlan()
317 const StructuredDataImpl &args_data, in CreateScriptedBreakpointResolver()
337 const StructuredDataImpl &args_data, Status &error) { in CreateScriptedStopHook()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThreadPlanPython.cpp30 const StructuredDataImpl &args_data) in ThreadPlanPython()
H A DThread.cpp1398 *this, class_name, StructuredDataImpl(extra_args_sp))); in QueueThreadPlanForStepScripted()
H A DTarget.cpp646 nullptr, class_name, depth, StructuredDataImpl(extra_args_sp))); in CreateScriptedBreakpoint()
/openbsd-src/gnu/llvm/lldb/bindings/lua/
H A Dlua-wrapper.swig9 const StructuredDataImpl &extra_args_impl) {
/openbsd-src/gnu/llvm/lldb/bindings/python/
H A Dpython-swigsafecast.swig48 PythonObject ToSWIGWrapper(const StructuredDataImpl &data_impl) {
H A Dpython-wrapper.swig23 const lldb_private::StructuredDataImpl &args_impl) {
235 const lldb_private::StructuredDataImpl &args_impl,
277 const lldb_private::StructuredDataImpl &args_impl,
372 const StructuredDataImpl &args_impl,
444 const char *session_dictionary_name, const StructuredDataImpl &args_impl,
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-forward.h210 class StructuredDataImpl; variable
407 typedef std::unique_ptr<lldb_private::StructuredDataImpl> StructuredDataImplUP;