Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp354 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 DInstrumentationRuntimeASan.cpp178 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 DInstrumentationRuntimeUBSan.cpp174 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 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()
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpointResolverAddress.cpp75 options_dict_sp->AddIntegerItem(GetKey(OptionNames::AddressOffset), in SerializeToStructuredData()
78 options_dict_sp->AddIntegerItem(GetKey(OptionNames::AddressOffset), in SerializeToStructuredData()
H A DBreakpointResolverFileLine.cpp102 options_dict_sp->AddIntegerItem(GetKey(OptionNames::LineNumber), in SerializeToStructuredData()
104 options_dict_sp->AddIntegerItem( in SerializeToStructuredData()
H A DBreakpointResolver.cpp159 options_dict_sp->AddIntegerItem(GetKey(OptionNames::Offset), m_offset); in WrapOptionsDict()
H A DBreakpointOptions.cpp366 options_dict_sp->AddIntegerItem(GetKey(OptionNames::IgnoreCount), in SerializeToStructuredData()
/llvm-project-15.0.7/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DSystemRuntimeMacOSX.cpp201 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 DInstrumentationRuntimeMainThreadChecker.cpp145 d->AddIntegerItem("tid", thread_sp->GetIndexID()); in RetrieveReportData()
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.mm920 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 DJSONGenerator.h264 void AddIntegerItem(std::string key, uint64_t value) { in AddIntegerItem() function
H A DRNBRemote.cpp5443 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 DGDBRemoteCommunicationServerPlatform.cpp502 dictionary->AddIntegerItem("signo", signo); in Handle_jSignalsInfo()
H A DProcessGDBRemote.cpp3795 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 DStructuredData.h509 void AddIntegerItem(llvm::StringRef key, uint64_t value) { in AddIntegerItem() function
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp973 entry_sp->AddIntegerItem("abort-cause", annotations.abort_cause); in ExtractCrashInfoAnnotations()