| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | TSanRuntime.cpp | 355 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 D | ASanRuntime.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-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | UBSanRuntime.cpp | 179 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 D | ThreadSpec.cpp | 72 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 D | BreakpointResolverAddress.cpp | 83 options_dict_sp->AddIntegerItem(GetKey(OptionNames::AddressOffset), in SerializeToStructuredData() 86 options_dict_sp->AddIntegerItem(GetKey(OptionNames::AddressOffset), in SerializeToStructuredData()
|
| H A D | BreakpointResolverFileLine.cpp | 105 options_dict_sp->AddIntegerItem(GetKey(OptionNames::LineNumber), in SerializeToStructuredData() 107 options_dict_sp->AddIntegerItem(GetKey(OptionNames::Column), in SerializeToStructuredData()
|
| H A D | BreakpointResolver.cpp | 163 options_dict_sp->AddIntegerItem(GetKey(OptionNames::Offset), m_offset); in WrapOptionsDict()
|
| H A D | BreakpointOptions.cpp | 392 options_dict_sp->AddIntegerItem(GetKey(OptionNames::IgnoreCount), in SerializeToStructuredData()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClient.cpp | 3302 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 D | GDBRemoteCommunicationServerPlatform.cpp | 408 dictionary->AddIntegerItem("signo", signo); in Handle_jSignalsInfo()
|
| H A D | GDBRemoteCommunicationServerLLGS.cpp | 1171 json_packet.AddIntegerItem("type", options.getType()); 1172 json_packet.AddIntegerItem("buffersize", options.getTraceBufferSize()); 1173 json_packet.AddIntegerItem("metabuffersize", options.getMetaDataBufferSize());
|
| H A D | ProcessGDBRemote.cpp | 4083 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 D | MainThreadCheckerRuntime.cpp | 145 d->AddIntegerItem("tid", thread_sp->GetIndexID()); in RetrieveReportData()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/ |
| H A D | StructuredData.h | 498 void AddIntegerItem(llvm::StringRef key, uint64_t value) { in AddIntegerItem() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBTarget.cpp | 197 stats_up->AddIntegerItem(Desc, Entry); in GetStatistics()
|