Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DTSanRuntime.cpp355 dict->AddIntegerItem( in RetrieveReportData()
367 dict->AddIntegerItem( in RetrieveReportData()
370 dict->AddIntegerItem( in RetrieveReportData()
375 dict->AddIntegerItem( in RetrieveReportData()
384 dict->AddIntegerItem( in RetrieveReportData()
395 dict->AddIntegerItem( in RetrieveReportData()
399 dict->AddIntegerItem( in RetrieveReportData()
402 dict->AddIntegerItem( in RetrieveReportData()
405 dict->AddIntegerItem( in RetrieveReportData()
408 dict->AddIntegerItem( in RetrieveReportData()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DASanRuntime.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-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DUBSanRuntime.cpp179 d->AddIntegerItem("line", Line); in RetrieveReportData()
180 d->AddIntegerItem("col", Col); in RetrieveReportData()
181 d->AddIntegerItem("memory_address", MemoryAddr); in RetrieveReportData()
182 d->AddIntegerItem("tid", thread_sp->GetID()); in RetrieveReportData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadSpec.cpp72 data_dict_sp->AddIntegerItem(GetKey(OptionNames::ThreadIndex), m_index); in SerializeToStructuredData()
74 data_dict_sp->AddIntegerItem(GetKey(OptionNames::ThreadID), m_tid); in SerializeToStructuredData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointResolverAddress.cpp83 options_dict_sp->AddIntegerItem(GetKey(OptionNames::AddressOffset), in SerializeToStructuredData()
86 options_dict_sp->AddIntegerItem(GetKey(OptionNames::AddressOffset), in SerializeToStructuredData()
H A DBreakpointResolverFileLine.cpp105 options_dict_sp->AddIntegerItem(GetKey(OptionNames::LineNumber), in SerializeToStructuredData()
107 options_dict_sp->AddIntegerItem(GetKey(OptionNames::Column), in SerializeToStructuredData()
H A DBreakpointResolver.cpp163 options_dict_sp->AddIntegerItem(GetKey(OptionNames::Offset), m_offset); in WrapOptionsDict()
H A DBreakpointOptions.cpp392 options_dict_sp->AddIntegerItem(GetKey(OptionNames::IgnoreCount), in SerializeToStructuredData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp3302 json_packet.AddIntegerItem("type", options.getType()); in SendStartTracePacket()
3303 json_packet.AddIntegerItem("buffersize", options.getTraceBufferSize()); in SendStartTracePacket()
3307 json_packet.AddIntegerItem("threadid", options.getThreadID()); in SendStartTracePacket()
3347 json_packet.AddIntegerItem("traceid", uid); in SendStopTracePacket()
3350 json_packet.AddIntegerItem("threadid", thread_id); in SendStopTracePacket()
3402 json_packet.AddIntegerItem("traceid", uid); in SendGetTraceConfigPacket()
3405 json_packet.AddIntegerItem("threadid", options.getThreadID()); in SendGetTraceConfigPacket()
3469 json_packet.AddIntegerItem("traceid", uid); in SendGetTraceDataPacket()
3470 json_packet.AddIntegerItem("offset", offset); in SendGetTraceDataPacket()
3471 json_packet.AddIntegerItem("buffersize", buffer.size()); in SendGetTraceDataPacket()
[all …]
H A DGDBRemoteCommunicationServerPlatform.cpp408 dictionary->AddIntegerItem("signo", signo); in Handle_jSignalsInfo()
H A DGDBRemoteCommunicationServerLLGS.cpp1171 json_packet.AddIntegerItem("type", options.getType());
1172 json_packet.AddIntegerItem("buffersize", options.getTraceBufferSize());
1173 json_packet.AddIntegerItem("metabuffersize", options.getMetaDataBufferSize());
H A DProcessGDBRemote.cpp4083 args_dict->GetAsDictionary()->AddIntegerItem("thread", tid); in GetExtendedInfoForThread()
4117 args_dict->GetAsDictionary()->AddIntegerItem("image_list_address", in GetLoadedDynamicLibrariesInfos()
4119 args_dict->GetAsDictionary()->AddIntegerItem("image_count", image_count); in GetLoadedDynamicLibrariesInfos()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DMainThreadCheckerRuntime.cpp145 d->AddIntegerItem("tid", thread_sp->GetIndexID()); in RetrieveReportData()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DStructuredData.h498 void AddIntegerItem(llvm::StringRef key, uint64_t value) { in AddIntegerItem() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTarget.cpp197 stats_up->AddIntegerItem(Desc, Entry); in GetStatistics()