/openbsd/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
H A D | InstrumentationRuntimeTSan.cpp | 355 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 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()
|
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/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 | 106 options_dict_sp->AddIntegerItem(GetKey(OptionNames::LineNumber), in SerializeToStructuredData() 108 options_dict_sp->AddIntegerItem( in SerializeToStructuredData()
|
H A D | BreakpointResolver.cpp | 160 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()
|
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
H A D | InstrumentationRuntimeMainThreadChecker.cpp | 145 d->AddIntegerItem("tid", thread_sp->GetIndexID()); in RetrieveReportData()
|
/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/ |
H A D | MachProcess.mm | 926 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 D | JSONGenerator.h | 264 void AddIntegerItem(std::string key, uint64_t value) { in AddIntegerItem() function
|
H A D | RNBRemote.cpp | 5445 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 D | GDBRemoteCommunicationServerPlatform.cpp | 502 dictionary->AddIntegerItem("signo", signo); in Handle_jSignalsInfo()
|
H A D | ProcessGDBRemote.cpp | 3735 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 D | StructuredData.h | 525 void AddIntegerItem(llvm::StringRef key, uint64_t value) { in AddIntegerItem() function
|
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/ |
H A D | PlatformDarwin.cpp | 973 entry_sp->AddIntegerItem("abort-cause", annotations.abort_cause); in ExtractCrashInfoAnnotations()
|