Searched refs:AddIntegerItem (Results 1 – 13 of 13) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | InstrumentationRuntimeTSan.cpp | 356 dict->AddIntegerItem( in RetrieveReportData() 368 dict->AddIntegerItem( in RetrieveReportData() 371 dict->AddIntegerItem( in RetrieveReportData() 376 dict->AddIntegerItem( in RetrieveReportData() 385 dict->AddIntegerItem( in RetrieveReportData() 396 dict->AddIntegerItem( in RetrieveReportData() 400 dict->AddIntegerItem( in RetrieveReportData() 403 dict->AddIntegerItem( in RetrieveReportData() 406 dict->AddIntegerItem( in RetrieveReportData() 409 dict->AddIntegerItem( in RetrieveReportData() [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
| H A D | InstrumentationRuntimeASan.cpp | 180 dict->AddIntegerItem("pc", pc); in RetrieveReportData() 185 dict->AddIntegerItem("address", address); in RetrieveReportData() 186 dict->AddIntegerItem("access_type", access_type); in RetrieveReportData() 187 dict->AddIntegerItem("access_size", access_size); in RetrieveReportData()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | InstrumentationRuntimeUBSan.cpp | 176 d->AddIntegerItem("line", Line); in RetrieveReportData() 177 d->AddIntegerItem("col", Col); in RetrieveReportData() 178 d->AddIntegerItem("memory_address", MemoryAddr); in RetrieveReportData() 179 d->AddIntegerItem("tid", thread_sp->GetID()); in RetrieveReportData()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | ThreadSpec.cpp | 57 data_dict_sp->AddIntegerItem(GetKey(OptionNames::ThreadIndex), m_index); in SerializeToStructuredData() 59 data_dict_sp->AddIntegerItem(GetKey(OptionNames::ThreadID), m_tid); in SerializeToStructuredData()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverAddress.cpp | 78 options_dict_sp->AddIntegerItem(GetKey(OptionNames::AddressOffset), in SerializeToStructuredData() 81 options_dict_sp->AddIntegerItem(GetKey(OptionNames::AddressOffset), in SerializeToStructuredData()
|
| H A D | BreakpointResolverFileLine.cpp | 101 options_dict_sp->AddIntegerItem(GetKey(OptionNames::LineNumber), in SerializeToStructuredData() 103 options_dict_sp->AddIntegerItem( in SerializeToStructuredData()
|
| H A D | BreakpointResolver.cpp | 160 options_dict_sp->AddIntegerItem(GetKey(OptionNames::Offset), m_offset); in WrapOptionsDict()
|
| H A D | BreakpointOptions.cpp | 376 options_dict_sp->AddIntegerItem(GetKey(OptionNames::IgnoreCount), in SerializeToStructuredData()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
| H A D | InstrumentationRuntimeMainThreadChecker.cpp | 150 d->AddIntegerItem("tid", thread_sp->GetIndexID()); in RetrieveReportData()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerPlatform.cpp | 509 dictionary->AddIntegerItem("signo", signo); in Handle_jSignalsInfo()
|
| H A D | ProcessGDBRemote.cpp | 4074 args_dict->GetAsDictionary()->AddIntegerItem("thread", tid); in GetExtendedInfoForThread() 4108 args_dict->GetAsDictionary()->AddIntegerItem("image_list_address", in GetLoadedDynamicLibrariesInfos() 4110 args_dict->GetAsDictionary()->AddIntegerItem("image_count", image_count); in GetLoadedDynamicLibrariesInfos()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | StructuredData.h | 499 void AddIntegerItem(llvm::StringRef key, uint64_t value) { in AddIntegerItem() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBTarget.cpp | 226 stats_up->AddIntegerItem(Desc, Entry); in GetStatistics()
|