Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/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;
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DSWIGPythonBridge.h60 const lldb::TargetSP &target_sp, const StructuredDataImpl &args_impl,
65 const lldb::ProcessSP &process_sp, const StructuredDataImpl &args_impl,
72 const lldb_private::StructuredDataImpl &args_impl);
97 const StructuredDataImpl &args_data, std::string &error_string,
106 const StructuredDataImpl &args, const lldb::BreakpointSP &bkpt_sp);
114 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 DScriptedThreadPythonInterface.cpp38 StructuredDataImpl args_impl(args_sp); in CreatePluginObject()
H A DScriptedProcessPythonInterface.cpp39 StructuredDataImpl args_impl(args_sp); in CreatePluginObject()
H A DScriptInterpreterPython.cpp1730 const char *class_name, const StructuredDataImpl &args_data, in CreateScriptedThreadPlan()
1829 const char *class_name, const StructuredDataImpl &args_data, in CreateScriptedBreakpointResolver()
1897 const StructuredDataImpl &args_data, Status &error) { in CreateScriptedStopHook()
/llvm-project-15.0.7/lldb/unittests/ScriptInterpreter/Python/
H A DPythonTestSuite.cpp60 const StructuredDataImpl &args_impl) { in LLDBSwigPythonBreakpointCallbackFunction()
91 const StructuredDataImpl &args_data, std::string &error_string, in LLDBSwigPythonCreateScriptedThreadPlan()
106 const StructuredDataImpl &args, const lldb::BreakpointSP &bkpt_sp) { in LLDBSwigPythonCreateScriptedBreakpointResolver()
198 const lldb::TargetSP &target_sp, const StructuredDataImpl &args_impl, in LLDBSwigPythonCreateScriptedProcess()
205 const lldb::ProcessSP &process_sp, const StructuredDataImpl &args_impl, in LLDBSwigPythonCreateScriptedThread()
257 const char *session_dictionary_name, const StructuredDataImpl &args_impl, in LLDBSwigPythonCreateScriptedStopHook()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DThreadPlanPython.h35 const StructuredDataImpl &args_data);
64 StructuredDataImpl m_args_data;
H A DTarget.h1332 StructuredDataImpl m_extra_args;
/llvm-project-15.0.7/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverScripted.h29 const StructuredDataImpl &args_data);
67 StructuredDataImpl m_args;
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpointResolverScripted.cpp30 lldb::SearchDepth depth, const StructuredDataImpl &args_data) in BreakpointResolverScripted()
78 StructuredDataImpl args_data_impl; in CreateFromStructuredData()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/unittests/ScriptInterpreter/Lua/
H A DLuaTests.cpp20 const StructuredDataImpl &extra_args_impl) { in LLDBSwigLuaBreakpointCallbackFunction()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBStructuredData.h25 SBStructuredData(const lldb_private::StructuredDataImpl &impl);
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h277 const StructuredDataImpl &args_data, in CreateScriptedThreadPlan()
313 const StructuredDataImpl &args_data, in CreateScriptedBreakpointResolver()
333 const StructuredDataImpl &args_data, Status &error) { in CreateScriptedStopHook()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/bindings/python/
H A Dpython-wrapper.swig23 const lldb_private::StructuredDataImpl &args_impl) {
209 const lldb_private::StructuredDataImpl &args_impl,
253 const lldb::ProcessSP &process_sp, const StructuredDataImpl &args_impl,
293 const lldb_private::StructuredDataImpl &args_impl,
388 const StructuredDataImpl &args_impl,
460 const char *session_dictionary_name, const StructuredDataImpl &args_impl,
H A Dpython-swigsafecast.swig66 PythonObject ToSWIGWrapper(const StructuredDataImpl &data_impl) {
/llvm-project-15.0.7/lldb/bindings/lua/
H A Dlua-wrapper.swig9 const StructuredDataImpl &extra_args_impl) {
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-forward.h208 class StructuredDataImpl; variable
399 typedef std::unique_ptr<lldb_private::StructuredDataImpl> StructuredDataImplUP;

12