| /freebsd-src/contrib/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...] |
| /freebsd-src/contrib/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()
|
| /freebsd-src/contrib/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()
|
| /freebsd-src/contrib/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()
|
| /freebsd-src/contrib/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()
|
| /freebsd-src/contrib/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()
|
| /freebsd-src/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverAddress.cpp | 73 options_dict_sp->AddIntegerItem(GetKey(OptionNames::AddressOffset), in SerializeToStructuredData() 76 options_dict_sp->AddIntegerItem(GetKey(OptionNames::AddressOffset), in SerializeToStructuredData()
|
| H A D | BreakpointResolverFileLine.cpp | 105 options_dict_sp->AddIntegerItem(GetKey(OptionNames::LineNumber), in SerializeToStructuredData() 107 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 | 357 options_dict_sp->AddIntegerItem(GetKey(OptionNames::IgnoreCount), in SerializeToStructuredData()
|
| /freebsd-src/contrib/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()
|
| /freebsd-src/contrib/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
|
| /freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerPlatform.cpp | 504 dictionary->AddIntegerItem("signo", signo); in Handle_jSignalsInfo()
|
| H A D | ProcessGDBRemote.cpp | 3887 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 D | SymbolFileDWARFDebugMap.cpp | 1286 oso_data->AddIntegerItem("oso_mod_time", in GetSeparateDebugInfo()
|
| H A D | SymbolFileDWARF.cpp | 4246 dwo_data->AddIntegerItem("dwo_id", dwo_id); in GetSeparateDebugInfo()
|