/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
D | InstrumentationRuntimeTSan.cpp | 347 dict->AddIntegerItem("report_count", in RetrieveReportData() 356 dict->AddIntegerItem( in RetrieveReportData() 361 dict->AddIntegerItem("thread_id", thread_sp->GetIndexID()); 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() [all …]
|
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
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()
|
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
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()
|
/external/llvm-project/lldb/source/Target/ |
D | ThreadSpec.cpp | 59 data_dict_sp->AddIntegerItem(GetKey(OptionNames::ThreadIndex), m_index); in SerializeToStructuredData() 61 data_dict_sp->AddIntegerItem(GetKey(OptionNames::ThreadID), m_tid); in SerializeToStructuredData()
|
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/DarwinLog/ |
D | DarwinLogCollector.cpp | 637 message_sp->AddIntegerItem("timestamp", log_message.timestamp); in HandleStreamEntry() 645 message_sp->AddIntegerItem("activity_id", entry->activity_id); in HandleStreamEntry() 646 message_sp->AddIntegerItem("parent_id", entry->parent_id); in HandleStreamEntry() 647 message_sp->AddIntegerItem("thread_id", log_message.thread); in HandleStreamEntry()
|
/external/llvm-project/lldb/source/Breakpoint/ |
D | BreakpointResolverAddress.cpp | 78 options_dict_sp->AddIntegerItem(GetKey(OptionNames::AddressOffset), in SerializeToStructuredData() 81 options_dict_sp->AddIntegerItem(GetKey(OptionNames::AddressOffset), in SerializeToStructuredData()
|
D | BreakpointResolverFileLine.cpp | 100 options_dict_sp->AddIntegerItem(GetKey(OptionNames::LineNumber), in SerializeToStructuredData() 102 options_dict_sp->AddIntegerItem(GetKey(OptionNames::Column), in SerializeToStructuredData()
|
D | BreakpointResolver.cpp | 160 options_dict_sp->AddIntegerItem(GetKey(OptionNames::Offset), m_offset); in WrapOptionsDict()
|
D | BreakpointOptions.cpp | 376 options_dict_sp->AddIntegerItem(GetKey(OptionNames::IgnoreCount), in SerializeToStructuredData()
|
/external/llvm-project/lldb/source/Plugins/Process/Linux/ |
D | ProcessorTrace.cpp | 233 params_dict->AddIntegerItem("cpu_family", cpu_family); in GetCPUType() 234 params_dict->AddIntegerItem("cpu_model", model); in GetCPUType() 235 params_dict->AddIntegerItem("cpu_stepping", stepping); in GetCPUType()
|
/external/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/ |
D | SystemRuntimeMacOSX.cpp | 200 dict->AddIntegerItem("plo_pthread_tsd_base_offset", in AddThreadExtendedInfoPacketHints() 202 dict->AddIntegerItem( in AddThreadExtendedInfoPacketHints() 205 dict->AddIntegerItem("plo_pthread_tsd_entry_size", in AddThreadExtendedInfoPacketHints() 211 dict->AddIntegerItem("dti_queue_index", in AddThreadExtendedInfoPacketHints() 213 dict->AddIntegerItem("dti_voucher_index", in AddThreadExtendedInfoPacketHints() 215 dict->AddIntegerItem("dti_qos_class_index", in AddThreadExtendedInfoPacketHints()
|
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
D | GDBRemoteCommunicationClient.cpp | 3385 json_packet.AddIntegerItem("type", options.getType()); in SendStartTracePacket() 3386 json_packet.AddIntegerItem("buffersize", options.getTraceBufferSize()); in SendStartTracePacket() 3387 json_packet.AddIntegerItem("metabuffersize", options.getMetaDataBufferSize()); in SendStartTracePacket() 3390 json_packet.AddIntegerItem("threadid", options.getThreadID()); in SendStartTracePacket() 3430 json_packet.AddIntegerItem("traceid", uid); in SendStopTracePacket() 3433 json_packet.AddIntegerItem("threadid", thread_id); in SendStopTracePacket() 3514 json_packet.AddIntegerItem("traceid", uid); in SendGetTraceConfigPacket() 3517 json_packet.AddIntegerItem("threadid", options.getThreadID()); in SendGetTraceConfigPacket() 3581 json_packet.AddIntegerItem("traceid", uid); in SendGetTraceDataPacket() 3582 json_packet.AddIntegerItem("offset", offset); in SendGetTraceDataPacket() [all …]
|
D | GDBRemoteCommunicationServerPlatform.cpp | 508 dictionary->AddIntegerItem("signo", signo); in Handle_jSignalsInfo()
|
D | GDBRemoteCommunicationServerLLGS.cpp | 1265 json_packet.AddIntegerItem("type", options.getType()); in Handle_jTraceConfigRead() 1266 json_packet.AddIntegerItem("buffersize", options.getTraceBufferSize()); in Handle_jTraceConfigRead() 1267 json_packet.AddIntegerItem("metabuffersize", options.getMetaDataBufferSize()); in Handle_jTraceConfigRead()
|
D | ProcessGDBRemote.cpp | 3995 args_dict->GetAsDictionary()->AddIntegerItem("thread", tid); in GetExtendedInfoForThread() 4030 args_dict->GetAsDictionary()->AddIntegerItem("image_list_address", in GetLoadedDynamicLibrariesInfos() 4032 args_dict->GetAsDictionary()->AddIntegerItem("image_count", image_count); in GetLoadedDynamicLibrariesInfos()
|
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
D | InstrumentationRuntimeMainThreadChecker.cpp | 155 d->AddIntegerItem("tid", thread_sp->GetIndexID()); in RetrieveReportData()
|
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/ |
D | MachProcess.mm | 888 image_info_dict_sp->AddIntegerItem("load_address", 890 image_info_dict_sp->AddIntegerItem("mod_date", image_infos[i].mod_date); 908 mach_header_dict_sp->AddIntegerItem( 910 mach_header_dict_sp->AddIntegerItem( 912 mach_header_dict_sp->AddIntegerItem( 915 mach_header_dict_sp->AddIntegerItem( 917 mach_header_dict_sp->AddIntegerItem ("flags", 922 // mach_header_dict_sp->AddIntegerItem ("ncmds", 924 // mach_header_dict_sp->AddIntegerItem ("sizeofcmds", 933 segment_sp->AddIntegerItem("vmaddr", [all …]
|
/external/llvm-project/lldb/tools/debugserver/source/ |
D | JSONGenerator.h | 227 void AddIntegerItem(std::string key, uint64_t value) { in AddIntegerItem() function
|
D | RNBRemote.cpp | 5526 thread_dict_sp->AddIntegerItem("tid", tid); in GetJSONThreadsInfo() 5537 thread_dict_sp->AddIntegerItem("signal", in GetJSONThreadsInfo() 5546 thread_dict_sp->AddIntegerItem( in GetJSONThreadsInfo() 5575 thread_dict_sp->AddIntegerItem("qaddr", in GetJSONThreadsInfo() 5598 thread_dict_sp->AddIntegerItem("dispatch_queue_t", in GetJSONThreadsInfo() 5607 thread_dict_sp->AddIntegerItem("qserialnum", queue_serialnum); in GetJSONThreadsInfo() 5650 stack_memory_sp->AddIntegerItem("address", stack_memory.first); in GetJSONThreadsInfo()
|
/external/llvm-project/lldb/include/lldb/Utility/ |
D | StructuredData.h | 499 void AddIntegerItem(llvm::StringRef key, uint64_t value) { in AddIntegerItem() function
|
/external/llvm-project/lldb/unittests/Process/gdb-remote/ |
D | GDBRemoteCommunicationClientTest.cpp | 456 custom_params->AddIntegerItem("psb", 0x01); in TEST_F()
|
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/ |
D | PlatformDarwin.cpp | 1505 entry_sp->AddIntegerItem("abort-cause", annotations.abort_cause); in ExtractCrashInfoAnnotations()
|
/external/llvm-project/lldb/source/API/ |
D | SBTarget.cpp | 226 stats_up->AddIntegerItem(Desc, Entry); in GetStatistics()
|