Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBStructuredData.cpp27 SBStructuredData::SBStructuredData() : m_impl_up(new StructuredDataImpl()) { in SBStructuredData() function in SBStructuredData
31 SBStructuredData::SBStructuredData(const lldb::SBStructuredData &rhs) in SBStructuredData() function in SBStructuredData
33 LLDB_RECORD_CONSTRUCTOR(SBStructuredData, (const lldb::SBStructuredData &), in SBStructuredData()
37 SBStructuredData::SBStructuredData(const lldb::EventSP &event_sp) in SBStructuredData() function in SBStructuredData
42 SBStructuredData::SBStructuredData(lldb_private::StructuredDataImpl *impl) in SBStructuredData() function in SBStructuredData
48 SBStructuredData::~SBStructuredData() = default;
50 SBStructuredData &SBStructuredData::
54 SBStructuredData, operator=,(const lldb::SBStructuredData &), rhs); in operator =()
160 LLDB_RECORD_METHOD_CONST(lldb::SBStructuredData, SBStructuredData, in GetValueForKey()
169 LLDB_RECORD_METHOD_CONST(lldb::SBStructuredData, SBStructuredData, in GetItemAtIndex()
[all …]
H A DSBTrace.cpp35 SBError SBTrace::Start(const SBStructuredData &configuration) { in Start()
36 LLDB_RECORD_METHOD(SBError, SBTrace, Start, (const SBStructuredData &), in Start()
48 const SBStructuredData &configuration) { in Start()
50 (const SBThread &, const SBStructuredData &), thread, in Start()
103 LLDB_REGISTER_METHOD(SBError, SBTrace, Start, (const SBStructuredData &)); in RegisterMethods()
105 (const SBThread &, const SBStructuredData &)); in RegisterMethods()
H A DSBLaunchInfo.cpp367 lldb::SBStructuredData SBLaunchInfo::GetScriptedProcessDictionary() const { in GetScriptedProcessDictionary()
368 LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::SBStructuredData, SBLaunchInfo, in GetScriptedProcessDictionary()
374 SBStructuredData data; in GetScriptedProcessDictionary()
380 void SBLaunchInfo::SetScriptedProcessDictionary(lldb::SBStructuredData dict) { in SetScriptedProcessDictionary()
382 (lldb::SBStructuredData), dict); in SetScriptedProcessDictionary()
461 LLDB_REGISTER_METHOD_CONST(lldb::SBStructuredData, SBLaunchInfo, in RegisterMethods()
464 (lldb::SBStructuredData)); in RegisterMethods()
H A DSBThreadPlan.cpp77 lldb::SBStructuredData &args_data) { in SBThreadPlan()
79 SBStructuredData &), in SBThreadPlan()
430 lldb::SBStructuredData &args_data, in QueueThreadPlanForStepScripted()
434 (const char *, lldb::SBStructuredData &, lldb::SBError &), in QueueThreadPlanForStepScripted()
466 lldb::SBStructuredData &)); in RegisterMethods()
514 (const char *, lldb::SBStructuredData &, in RegisterMethods()
H A DSBBreakpoint.cpp588 SBStructuredData SBBreakpoint::SerializeToStructuredData() { in SerializeToStructuredData()
589 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBStructuredData, SBBreakpoint, in SerializeToStructuredData()
592 SBStructuredData data; in SerializeToStructuredData()
623 SBStructuredData empty_args; in SetScriptCallbackFunction()
629 SBStructuredData &extra_args) { in SetScriptCallbackFunction()
631 (const char *, SBStructuredData &), callback_function_name, extra_args); in SetScriptCallbackFunction()
1046 LLDB_REGISTER_METHOD(lldb::SBStructuredData, SBBreakpoint, in RegisterMethods()
1051 (const char *, SBStructuredData &)); in RegisterMethods()
H A DSBBreakpointName.cpp574 SBStructuredData empty_args; in SetScriptCallbackFunction()
580 SBStructuredData &extra_args) { in SetScriptCallbackFunction()
582 (const char *, SBStructuredData &), in SetScriptCallbackFunction()
751 (const char *, SBStructuredData &)); in RegisterMethods()
H A DSBBreakpointLocation.cpp219 SBStructuredData &extra_args) { in SetScriptCallbackFunction()
221 (const char *, SBStructuredData &), callback_function_name, in SetScriptCallbackFunction()
503 (const char *, SBStructuredData &)); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBStructuredData.h17 class SBStructuredData {
19 SBStructuredData();
21 SBStructuredData(const lldb::SBStructuredData &rhs);
23 SBStructuredData(const lldb::EventSP &event_sp);
25 SBStructuredData(lldb_private::StructuredDataImpl *impl);
27 ~SBStructuredData();
29 lldb::SBStructuredData &operator=(const lldb::SBStructuredData &rhs);
59 lldb::SBStructuredData GetValueForKey(const char *key) const;
63 lldb::SBStructuredData GetItemAtIndex(size_t idx) const;
H A DSBTrace.h53 SBError Start(const SBStructuredData &configuration);
73 SBError Start(const SBThread &thread, const SBStructuredData &configuration);
H A DSBLaunchInfo.h178 lldb::SBStructuredData GetScriptedProcessDictionary() const;
180 void SetScriptedProcessDictionary(lldb::SBStructuredData dict);
H A DSBThreadPlan.h30 lldb::SBStructuredData &args_data);
112 lldb::SBStructuredData &args_data,
H A DSBBreakpoint.h100 SBStructuredData &extra_args);
146 SBStructuredData SerializeToStructuredData();
H A DSBProcess.h212 static lldb::SBStructuredData
225 SBStructuredData GetExtendedCrashInformation();
H A DSBBreakpointLocation.h59 lldb::SBStructuredData &extra_args);
H A DSBDebugger.h220 lldb::SBStructuredData GetAvailablePlatformInfoAtIndex(uint32_t idx);
254 static SBStructuredData GetBuildConfiguration();
H A DSBBreakpointName.h89 SBStructuredData &extra_args);
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBStructuredData.i15 ) SBStructuredData;
16 class SBStructuredData
19 SBStructuredData();
21 SBStructuredData(const lldb::SBStructuredData &rhs);
23 SBStructuredData(const lldb::EventSP &event_sp);
25 ~SBStructuredData();
41 lldb::SBStructuredData GetValueForKey(const char *key) const;
43 lldb::SBStructuredData GetItemAtIndex(size_t idx) const;
H A DSBTrace.i20 SBError Start(const SBStructuredData &configuration);
22 SBError Start(const SBThread &thread, const SBStructuredData &configuration);
H A DSBLaunchInfo.i144 lldb::SBStructuredData
147 void SetScriptedProcessDictionary(lldb::SBStructuredData dict);
H A DSBBreakpoint.i191 SBStructuredData &extra_args);
240 SBStructuredData SBBreakpoint::SerializeToStructuredData();
H A DSBBreakpointLocation.i87 SBStructuredData &extra_args);
H A DSBBreakpointName.i89 SBStructuredData &extra_args);
H A DSBDebugger.i338 lldb::SBStructuredData
381 static SBStructuredData GetBuildConfiguration();
/freebsd-13.1/contrib/llvm-project/lldb/bindings/lua/
H A Dlua-wrapper.swig25 llvm::Optional<lldb::SBStructuredData> extra_args;
27 extra_args = lldb::SBStructuredData(extra_args_impl);
H A Dlua-swigsafecast.swig24 PushSBClass (lua_State* L, lldb::SBStructuredData* structured_data_sb)

12