Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp222 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 DReportRetriever.cpp133 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 DInstrumentationRuntimeUBSan.cpp157 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 DDebuggerEvents.cpp66 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 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/lldb/source/Interpreter/
H A DOptionGroupPythonClassWithDict.cpp111 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 DCommandInterpreter.cpp1917 transcript_item->AddIntegerItem( in HandleCommand()
/llvm-project/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.cpp111 options_dict_sp->AddIntegerItem(GetKey(OptionNames::LineNumber), in SerializeToStructuredData()
113 options_dict_sp->AddIntegerItem( in SerializeToStructuredData()
H A DBreakpointResolver.cpp164 options_dict_sp->AddIntegerItem(GetKey(OptionNames::Offset), m_offset);
H A DBreakpointOptions.cpp362 options_dict_sp->AddIntegerItem(GetKey(OptionNames::IgnoreCount), in SerializeToStructuredData()
/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DSystemRuntimeMacOSX.cpp206 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 DInstrumentationRuntimeMainThreadChecker.cpp135 trace->AddIntegerItem(PC); in RetrieveReportData()
146 d->AddIntegerItem("tid", thread_sp->GetIndexID()); in RetrieveReportData()
/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h269 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 DMachProcess.mm945 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 DJSONGenerator.h264 void AddIntegerItem(std::string key, uint64_t value) { in AddIntegerItem() function
H A DRNBRemote.cpp5487 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 DGDBRemoteCommunicationServerPlatform.cpp410 dictionary->AddIntegerItem("signo", signo); in Handle_qPathComplete()
H A DProcessGDBRemote.cpp3945 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 DPlatformDarwin.cpp996 entry_sp->AddIntegerItem("abort-cause", annotations.abort_cause); in ExtractAppSpecificInfo()
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp1269 oso_data->AddIntegerItem("oso_mod_time", in DumpClangAST()
H A DSymbolFileDWARF.cpp4163 dwo_data->AddIntegerItem("dwo_id", dwo_id); in CollectCallEdges()
/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp6758 thread->AddIntegerItem("thread_id", thread_sp->GetID());