| /llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | InstrumentationRuntimeTSan.cpp | 354 dict->AddIntegerItem( in RetrieveReportData() 366 dict->AddIntegerItem( in RetrieveReportData() 369 dict->AddIntegerItem( in RetrieveReportData() 374 dict->AddIntegerItem( in RetrieveReportData() 383 dict->AddIntegerItem( in RetrieveReportData() 394 dict->AddIntegerItem( in RetrieveReportData() 398 dict->AddIntegerItem( in RetrieveReportData() 401 dict->AddIntegerItem( in RetrieveReportData() 404 dict->AddIntegerItem( in RetrieveReportData() 407 dict->AddIntegerItem( in RetrieveReportData() [all …]
|
| /llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
| H A D | InstrumentationRuntimeASan.cpp | 178 dict->AddIntegerItem("pc", pc); in RetrieveReportData() 183 dict->AddIntegerItem("address", address); in RetrieveReportData() 184 dict->AddIntegerItem("access_type", access_type); in RetrieveReportData() 185 dict->AddIntegerItem("access_size", access_size); in RetrieveReportData()
|
| /llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | InstrumentationRuntimeUBSan.cpp | 174 d->AddIntegerItem("line", Line); in RetrieveReportData() 175 d->AddIntegerItem("col", Col); in RetrieveReportData() 176 d->AddIntegerItem("memory_address", MemoryAddr); in RetrieveReportData() 177 d->AddIntegerItem("tid", thread_sp->GetID()); in RetrieveReportData()
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverAddress.cpp | 75 options_dict_sp->AddIntegerItem(GetKey(OptionNames::AddressOffset), in SerializeToStructuredData() 78 options_dict_sp->AddIntegerItem(GetKey(OptionNames::AddressOffset), in SerializeToStructuredData()
|
| H A D | BreakpointResolverFileLine.cpp | 102 options_dict_sp->AddIntegerItem(GetKey(OptionNames::LineNumber), in SerializeToStructuredData() 104 options_dict_sp->AddIntegerItem( in SerializeToStructuredData()
|
| H A D | BreakpointResolver.cpp | 159 options_dict_sp->AddIntegerItem(GetKey(OptionNames::Offset), m_offset); in WrapOptionsDict()
|
| H A D | BreakpointOptions.cpp | 366 options_dict_sp->AddIntegerItem(GetKey(OptionNames::IgnoreCount), in SerializeToStructuredData()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SystemRuntime/MacOSX/ |
| H A D | SystemRuntimeMacOSX.cpp | 201 dict->AddIntegerItem("plo_pthread_tsd_base_offset", in AddThreadExtendedInfoPacketHints() 203 dict->AddIntegerItem( in AddThreadExtendedInfoPacketHints() 206 dict->AddIntegerItem("plo_pthread_tsd_entry_size", in AddThreadExtendedInfoPacketHints() 212 dict->AddIntegerItem("dti_queue_index", in AddThreadExtendedInfoPacketHints() 214 dict->AddIntegerItem("dti_voucher_index", in AddThreadExtendedInfoPacketHints() 216 dict->AddIntegerItem("dti_qos_class_index", in AddThreadExtendedInfoPacketHints()
|
| /llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
| H A D | InstrumentationRuntimeMainThreadChecker.cpp | 145 d->AddIntegerItem("tid", thread_sp->GetIndexID()); in RetrieveReportData()
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/ |
| H A D | MachProcess.mm | 920 image_info_dict_sp->AddIntegerItem("load_address", 940 mach_header_dict_sp->AddIntegerItem( 942 mach_header_dict_sp->AddIntegerItem( 944 mach_header_dict_sp->AddIntegerItem( 947 mach_header_dict_sp->AddIntegerItem( 949 mach_header_dict_sp->AddIntegerItem ("flags", 965 segment_sp->AddIntegerItem("vmaddr", 967 segment_sp->AddIntegerItem("vmsize", 969 segment_sp->AddIntegerItem("fileoff", 971 segment_sp->AddIntegerItem( [all …]
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/ |
| H A D | JSONGenerator.h | 264 void AddIntegerItem(std::string key, uint64_t value) { in AddIntegerItem() function
|
| H A D | RNBRemote.cpp | 5443 thread_dict_sp->AddIntegerItem("tid", tid); in GetJSONThreadsInfo() 5454 thread_dict_sp->AddIntegerItem("signal", in GetJSONThreadsInfo() 5463 thread_dict_sp->AddIntegerItem( in GetJSONThreadsInfo() 5492 thread_dict_sp->AddIntegerItem("qaddr", in GetJSONThreadsInfo() 5515 thread_dict_sp->AddIntegerItem("dispatch_queue_t", in GetJSONThreadsInfo() 5524 thread_dict_sp->AddIntegerItem("qserialnum", queue_serialnum); in GetJSONThreadsInfo() 5567 stack_memory_sp->AddIntegerItem("address", stack_memory.first); in GetJSONThreadsInfo()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerPlatform.cpp | 502 dictionary->AddIntegerItem("signo", signo); in Handle_jSignalsInfo()
|
| H A D | ProcessGDBRemote.cpp | 3795 args_dict->GetAsDictionary()->AddIntegerItem("thread", tid); in GetExtendedInfoForThread() 3829 args_dict->GetAsDictionary()->AddIntegerItem("image_list_address", in GetLoadedDynamicLibrariesInfos() 3831 args_dict->GetAsDictionary()->AddIntegerItem("image_count", image_count); in GetLoadedDynamicLibrariesInfos()
|
| /llvm-project-15.0.7/lldb/include/lldb/Utility/ |
| H A D | StructuredData.h | 509 void AddIntegerItem(llvm::StringRef key, uint64_t value) { in AddIntegerItem() function
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/ |
| H A D | PlatformDarwin.cpp | 973 entry_sp->AddIntegerItem("abort-cause", annotations.abort_cause); in ExtractCrashInfoAnnotations()
|