Home
last modified time | relevance | path

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

/freebsd-src/contrib/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...]
/freebsd-src/contrib/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()
/freebsd-src/contrib/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()
/freebsd-src/contrib/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()
/freebsd-src/contrib/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()
/freebsd-src/contrib/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()
/freebsd-src/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverAddress.cpp73 options_dict_sp->AddIntegerItem(GetKey(OptionNames::AddressOffset), in SerializeToStructuredData()
76 options_dict_sp->AddIntegerItem(GetKey(OptionNames::AddressOffset), in SerializeToStructuredData()
H A DBreakpointResolverFileLine.cpp105 options_dict_sp->AddIntegerItem(GetKey(OptionNames::LineNumber), in SerializeToStructuredData()
107 options_dict_sp->AddIntegerItem( in SerializeToStructuredData()
H A DBreakpointResolver.cpp160 options_dict_sp->AddIntegerItem(GetKey(OptionNames::Offset), m_offset); in WrapOptionsDict()
H A DBreakpointOptions.cpp357 options_dict_sp->AddIntegerItem(GetKey(OptionNames::IgnoreCount), in SerializeToStructuredData()
/freebsd-src/contrib/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()
/freebsd-src/contrib/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
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp504 dictionary->AddIntegerItem("signo", signo); in Handle_jSignalsInfo()
H A DProcessGDBRemote.cpp3887 args_dict->GetAsDictionary()->AddIntegerItem("thread", tid); in GetExtendedInfoForThread()
3920 args_dict->GetAsDictionary()->AddIntegerItem("image_list_address", in GetLoadedDynamicLibrariesInfos()
3922 args_dict->GetAsDictionary()->AddIntegerItem("image_count", image_count); in GetLoadedDynamicLibrariesInfos()
3941 addresses->AddIntegerItem(addr); in GetLoadedDynamicLibrariesInfos_sender()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp1286 oso_data->AddIntegerItem("oso_mod_time", in GetSeparateDebugInfo()
H A DSymbolFileDWARF.cpp4246 dwo_data->AddIntegerItem("dwo_id", dwo_id); in GetSeparateDebugInfo()