Home
last modified time | relevance | path

Searched refs:AddIntegerItem (Results 1 – 13 of 13) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp356 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 DInstrumentationRuntimeASan.cpp180 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 DInstrumentationRuntimeUBSan.cpp176 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 DThreadSpec.cpp57 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 DBreakpointResolverAddress.cpp78 options_dict_sp->AddIntegerItem(GetKey(OptionNames::AddressOffset), in SerializeToStructuredData()
81 options_dict_sp->AddIntegerItem(GetKey(OptionNames::AddressOffset), in SerializeToStructuredData()
H A DBreakpointResolverFileLine.cpp101 options_dict_sp->AddIntegerItem(GetKey(OptionNames::LineNumber), in SerializeToStructuredData()
103 options_dict_sp->AddIntegerItem( in SerializeToStructuredData()
H A DBreakpointResolver.cpp160 options_dict_sp->AddIntegerItem(GetKey(OptionNames::Offset), m_offset); in WrapOptionsDict()
H A DBreakpointOptions.cpp376 options_dict_sp->AddIntegerItem(GetKey(OptionNames::IgnoreCount), in SerializeToStructuredData()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp150 d->AddIntegerItem("tid", thread_sp->GetIndexID()); in RetrieveReportData()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp509 dictionary->AddIntegerItem("signo", signo); in Handle_jSignalsInfo()
H A DProcessGDBRemote.cpp4074 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 DStructuredData.h499 void AddIntegerItem(llvm::StringRef key, uint64_t value) { in AddIntegerItem() function
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp226 stats_up->AddIntegerItem(Desc, Entry); in GetStatistics()