| /llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | InstrumentationRuntimeTSan.cpp | 222 trace_sp->AddIntegerItem(trace_addr); in CreateStackTrace() 347 dict->AddIntegerItem("report_count", in RetrieveReportData() 357 dict->AddIntegerItem( in RetrieveReportData() 362 dict->AddIntegerItem("thread_id", thread_sp->GetIndexID()); in RetrieveReportData() 370 dict->AddIntegerItem( in RetrieveReportData() 373 dict->AddIntegerItem( in RetrieveReportData() 378 dict->AddIntegerItem( in RetrieveReportData() 387 dict->AddIntegerItem( in RetrieveReportData() 398 dict->AddIntegerItem( in RetrieveReportData() 402 dict->AddIntegerItem( in RetrieveReportData() [all...] |
| /llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/ |
| H A D | ReportRetriever.cpp | 133 dict->AddIntegerItem("pc", pc); in RetrieveReportData() 134 dict->AddIntegerItem("bp", bp); in RetrieveReportData() 135 dict->AddIntegerItem("sp", sp); in RetrieveReportData() 136 dict->AddIntegerItem("address", address); in RetrieveReportData() 137 dict->AddIntegerItem("access_type", access_type); in RetrieveReportData() 138 dict->AddIntegerItem("access_size", access_size); in RetrieveReportData()
|
| /llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | InstrumentationRuntimeUBSan.cpp | 157 trace->AddIntegerItem(PC); in RetrieveReportData() 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/lldb/source/Core/ |
| H A D | DebuggerEvents.cpp | 66 dictionary_sp->AddIntegerItem("progress_id", progress_data->GetID()); in GetAsStructuredData() 67 dictionary_sp->AddIntegerItem("completed", progress_data->GetCompleted()); in GetAsStructuredData() 68 dictionary_sp->AddIntegerItem("total", progress_data->GetTotal()); in GetAsStructuredData()
|
| /llvm-project/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/lldb/source/Interpreter/ |
| H A D | OptionGroupPythonClassWithDict.cpp | 111 m_dict_sp->AddIntegerItem(m_current_key, static_cast<int64_t>(d)); in SetOptionValue() 113 m_dict_sp->AddIntegerItem(m_current_key, in SetOptionValue()
|
| H A D | CommandInterpreter.cpp | 1917 transcript_item->AddIntegerItem( in HandleCommand()
|
| /llvm-project/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 | 111 options_dict_sp->AddIntegerItem(GetKey(OptionNames::LineNumber), in SerializeToStructuredData() 113 options_dict_sp->AddIntegerItem( in SerializeToStructuredData()
|
| H A D | BreakpointResolver.cpp | 164 options_dict_sp->AddIntegerItem(GetKey(OptionNames::Offset), m_offset);
|
| H A D | BreakpointOptions.cpp | 362 options_dict_sp->AddIntegerItem(GetKey(OptionNames::IgnoreCount), in SerializeToStructuredData()
|
| /llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/ |
| H A D | SystemRuntimeMacOSX.cpp | 206 dict->AddIntegerItem("plo_pthread_tsd_base_offset", in AddThreadExtendedInfoPacketHints() 208 dict->AddIntegerItem( in AddThreadExtendedInfoPacketHints() 211 dict->AddIntegerItem("plo_pthread_tsd_entry_size", in AddThreadExtendedInfoPacketHints() 217 dict->AddIntegerItem("dti_queue_index", in AddThreadExtendedInfoPacketHints() 219 dict->AddIntegerItem("dti_voucher_index", in AddThreadExtendedInfoPacketHints() 221 dict->AddIntegerItem("dti_qos_class_index", in AddThreadExtendedInfoPacketHints()
|
| /llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
| H A D | InstrumentationRuntimeMainThreadChecker.cpp | 135 trace->AddIntegerItem(PC); in RetrieveReportData() 146 d->AddIntegerItem("tid", thread_sp->GetIndexID()); in RetrieveReportData()
|
| /llvm-project/lldb/include/lldb/Utility/ |
| H A D | StructuredData.h | 269 template <typename T> void AddIntegerItem(T value) { in AddIntegerItem() function 515 template <typename T> void AddIntegerItem(llvm::StringRef key, T value) { in AddIntegerItem() function
|
| /llvm-project/lldb/tools/debugserver/source/MacOSX/ |
| H A D | MachProcess.mm | 945 image_info_dict_sp->AddIntegerItem("load_address", 950 image_info_dict_sp->AddIntegerItem("mod_date", 0); 973 mach_header_dict_sp->AddIntegerItem( 975 mach_header_dict_sp->AddIntegerItem( 977 mach_header_dict_sp->AddIntegerItem( 980 mach_header_dict_sp->AddIntegerItem( 982 mach_header_dict_sp->AddIntegerItem ("flags", 987 // mach_header_dict_sp->AddIntegerItem ("ncmds", 989 // mach_header_dict_sp->AddIntegerItem ("sizeofcmds", 998 segment_sp->AddIntegerItem("vmadd [all...] |
| /llvm-project/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 | 5487 thread_dict_sp->AddIntegerItem("tid", tid); in GetJSONThreadsInfo() 5498 thread_dict_sp->AddIntegerItem("signal", in GetJSONThreadsInfo() 5507 thread_dict_sp->AddIntegerItem( in GetJSONThreadsInfo() 5522 thread_dict_sp->AddIntegerItem("watchpoint", in GetJSONThreadsInfo() 5524 thread_dict_sp->AddIntegerItem( in GetJSONThreadsInfo() 5550 thread_dict_sp->AddIntegerItem("qaddr", in GetJSONThreadsInfo() 5573 thread_dict_sp->AddIntegerItem("dispatch_queue_t", in GetJSONThreadsInfo() 5582 thread_dict_sp->AddIntegerItem("qserialnum", queue_serialnum); in GetJSONThreadsInfo() 5626 stack_memory_sp->AddIntegerItem("address", stack_memory.first);
|
| /llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerPlatform.cpp | 410 dictionary->AddIntegerItem("signo", signo); in Handle_qPathComplete()
|
| H A D | ProcessGDBRemote.cpp | 3945 args_dict->GetAsDictionary()->AddIntegerItem("thread", tid); in GetLoadedDynamicLibrariesInfos() 3978 args_dict->GetAsDictionary()->AddIntegerItem("image_list_address", in GetLoadedDynamicLibrariesInfos_sender() 3980 args_dict->GetAsDictionary()->AddIntegerItem("image_count", image_count); in GetLoadedDynamicLibrariesInfos_sender() 3999 addresses->AddIntegerItem(addr); in GetDynamicLoaderProcessState()
|
| /llvm-project/lldb/source/Plugins/Platform/MacOSX/ |
| H A D | PlatformDarwin.cpp | 996 entry_sp->AddIntegerItem("abort-cause", annotations.abort_cause); in ExtractAppSpecificInfo()
|
| /llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARFDebugMap.cpp | 1269 oso_data->AddIntegerItem("oso_mod_time", in DumpClangAST()
|
| H A D | SymbolFileDWARF.cpp | 4163 dwo_data->AddIntegerItem("dwo_id", dwo_id); in CollectCallEdges()
|
| /llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/ |
| H A D | ObjectFileMachO.cpp | 6758 thread->AddIntegerItem("thread_id", thread_sp->GetID());
|