Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp355 dict->AddIntegerItem( 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()
406 dict->AddIntegerItem( in RetrieveReportData()
409 dict->AddIntegerItem( in RetrieveReportData()
[all …]
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/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.cpp106 options_dict_sp->AddIntegerItem(GetKey(OptionNames::LineNumber), in SerializeToStructuredData()
108 options_dict_sp->AddIntegerItem( in SerializeToStructuredData()
H A DBreakpointResolver.cpp160 options_dict_sp->AddIntegerItem(GetKey(OptionNames::Offset), m_offset); in WrapOptionsDict()
H A DBreakpointOptions.cpp366 options_dict_sp->AddIntegerItem(GetKey(OptionNames::IgnoreCount), in SerializeToStructuredData()
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp145 d->AddIntegerItem("tid", thread_sp->GetIndexID()); in RetrieveReportData()
/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.mm926 image_info_dict_sp->AddIntegerItem("load_address",
946 mach_header_dict_sp->AddIntegerItem(
948 mach_header_dict_sp->AddIntegerItem(
950 mach_header_dict_sp->AddIntegerItem(
953 mach_header_dict_sp->AddIntegerItem(
955 mach_header_dict_sp->AddIntegerItem ("flags",
971 segment_sp->AddIntegerItem("vmaddr",
973 segment_sp->AddIntegerItem("vmsize",
975 segment_sp->AddIntegerItem("fileoff",
977 segment_sp->AddIntegerItem(
[all …]
/openbsd/gnu/llvm/lldb/tools/debugserver/source/
H A DJSONGenerator.h264 void AddIntegerItem(std::string key, uint64_t value) { in AddIntegerItem() function
H A DRNBRemote.cpp5445 thread_dict_sp->AddIntegerItem("tid", tid); in GetJSONThreadsInfo()
5456 thread_dict_sp->AddIntegerItem("signal", in GetJSONThreadsInfo()
5465 thread_dict_sp->AddIntegerItem( in GetJSONThreadsInfo()
5494 thread_dict_sp->AddIntegerItem("qaddr", in GetJSONThreadsInfo()
5517 thread_dict_sp->AddIntegerItem("dispatch_queue_t", in GetJSONThreadsInfo()
5526 thread_dict_sp->AddIntegerItem("qserialnum", queue_serialnum); in GetJSONThreadsInfo()
5569 stack_memory_sp->AddIntegerItem("address", stack_memory.first); in GetJSONThreadsInfo()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp502 dictionary->AddIntegerItem("signo", signo); in Handle_jSignalsInfo()
H A DProcessGDBRemote.cpp3735 args_dict->GetAsDictionary()->AddIntegerItem("thread", tid); in GetExtendedInfoForThread()
3769 args_dict->GetAsDictionary()->AddIntegerItem("image_list_address", in GetLoadedDynamicLibrariesInfos()
3771 args_dict->GetAsDictionary()->AddIntegerItem("image_count", image_count); in GetLoadedDynamicLibrariesInfos()
/openbsd/gnu/llvm/lldb/include/lldb/Utility/
H A DStructuredData.h525 void AddIntegerItem(llvm::StringRef key, uint64_t value) { in AddIntegerItem() function
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp973 entry_sp->AddIntegerItem("abort-cause", annotations.abort_cause); in ExtractCrashInfoAnnotations()