| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBStructuredData.cpp | 27 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 D | SBTrace.cpp | 35 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 D | SBLaunchInfo.cpp | 367 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 D | SBThreadPlan.cpp | 77 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 D | SBBreakpoint.cpp | 588 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 D | SBBreakpointName.cpp | 574 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 D | SBBreakpointLocation.cpp | 219 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 D | SBStructuredData.h | 17 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 D | SBTrace.h | 53 SBError Start(const SBStructuredData &configuration); 73 SBError Start(const SBThread &thread, const SBStructuredData &configuration);
|
| H A D | SBLaunchInfo.h | 178 lldb::SBStructuredData GetScriptedProcessDictionary() const; 180 void SetScriptedProcessDictionary(lldb::SBStructuredData dict);
|
| H A D | SBThreadPlan.h | 30 lldb::SBStructuredData &args_data); 112 lldb::SBStructuredData &args_data,
|
| H A D | SBBreakpoint.h | 100 SBStructuredData &extra_args); 146 SBStructuredData SerializeToStructuredData();
|
| H A D | SBProcess.h | 212 static lldb::SBStructuredData 225 SBStructuredData GetExtendedCrashInformation();
|
| H A D | SBBreakpointLocation.h | 59 lldb::SBStructuredData &extra_args);
|
| H A D | SBDebugger.h | 220 lldb::SBStructuredData GetAvailablePlatformInfoAtIndex(uint32_t idx); 254 static SBStructuredData GetBuildConfiguration();
|
| H A D | SBBreakpointName.h | 89 SBStructuredData &extra_args);
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBStructuredData.i | 15 ) 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 D | SBTrace.i | 20 SBError Start(const SBStructuredData &configuration); 22 SBError Start(const SBThread &thread, const SBStructuredData &configuration);
|
| H A D | SBLaunchInfo.i | 144 lldb::SBStructuredData 147 void SetScriptedProcessDictionary(lldb::SBStructuredData dict);
|
| H A D | SBBreakpoint.i | 191 SBStructuredData &extra_args); 240 SBStructuredData SBBreakpoint::SerializeToStructuredData();
|
| H A D | SBBreakpointLocation.i | 87 SBStructuredData &extra_args);
|
| H A D | SBBreakpointName.i | 89 SBStructuredData &extra_args);
|
| H A D | SBDebugger.i | 338 lldb::SBStructuredData 381 static SBStructuredData GetBuildConfiguration();
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/lua/ |
| H A D | lua-wrapper.swig | 25 llvm::Optional<lldb::SBStructuredData> extra_args; 27 extra_args = lldb::SBStructuredData(extra_args_impl);
|
| H A D | lua-swigsafecast.swig | 24 PushSBClass (lua_State* L, lldb::SBStructuredData* structured_data_sb)
|