| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A D | StructuredDataImpl.h | 22 #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 D | SBStructuredData.cpp | 27 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 D | SBThreadPlan.cpp | 71 StructuredDataImpl()); in SBThreadPlan()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | SWIGPythonBridge.h | 70 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 D | ScriptInterpreterPython.h | 41 StructuredDataImpl m_extra_args;
|
| H A D | ScriptInterpreterPythonImpl.h | 82 const StructuredDataImpl &args_data, 102 const StructuredDataImpl &args_data, 113 const StructuredDataImpl &args_data,
|
| H A D | ScriptedPlatformPythonInterface.cpp | 38 StructuredDataImpl args_impl(args_sp); in CreatePluginObject()
|
| H A D | ScriptedThreadPythonInterface.cpp | 38 StructuredDataImpl args_impl(args_sp); in CreatePluginObject()
|
| H A D | ScriptedProcessPythonInterface.cpp | 40 StructuredDataImpl args_impl(args_sp); in CreatePluginObject()
|
| H A D | ScriptInterpreterPython.cpp | 1641 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 D | ThreadPlanPython.h | 35 const StructuredDataImpl &args_data); 64 StructuredDataImpl m_args_data;
|
| H A D | Target.h | 1343 StructuredDataImpl m_extra_args;
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/ |
| H A D | BreakpointResolverScripted.h | 29 const StructuredDataImpl &args_data); 67 StructuredDataImpl m_args;
|
| /openbsd-src/gnu/llvm/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverScripted.cpp | 30 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 D | SWIGLuaBridge.h | 21 const StructuredDataImpl &extra_args_impl);
|
| H A D | Lua.cpp | 85 StructuredDataImpl extra_args_impl(std::move(extra_args_sp)); in CallBreakpointCallback()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/API/ |
| H A D | SBStructuredData.h | 25 SBStructuredData(const lldb_private::StructuredDataImpl &impl);
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/ |
| H A D | ScriptInterpreter.h | 281 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 D | ThreadPlanPython.cpp | 30 const StructuredDataImpl &args_data) in ThreadPlanPython()
|
| H A D | Thread.cpp | 1398 *this, class_name, StructuredDataImpl(extra_args_sp))); in QueueThreadPlanForStepScripted()
|
| H A D | Target.cpp | 646 nullptr, class_name, depth, StructuredDataImpl(extra_args_sp))); in CreateScriptedBreakpoint()
|
| /openbsd-src/gnu/llvm/lldb/bindings/lua/ |
| H A D | lua-wrapper.swig | 9 const StructuredDataImpl &extra_args_impl) {
|
| /openbsd-src/gnu/llvm/lldb/bindings/python/ |
| H A D | python-swigsafecast.swig | 48 PythonObject ToSWIGWrapper(const StructuredDataImpl &data_impl) {
|
| H A D | python-wrapper.swig | 23 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 D | lldb-forward.h | 210 class StructuredDataImpl; variable 407 typedef std::unique_ptr<lldb_private::StructuredDataImpl> StructuredDataImplUP;
|