Home
last modified time | relevance | path

Searched refs:AddItem (Results 1 – 18 of 18) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp225 trace->AddItem( in CreateStackTrace()
248 array->AddItem(StructuredData::ObjectSP(dict)); in ConvertToStructuredArray()
350 dict->AddItem("sleep_trace", StructuredData::ObjectSP(CreateStackTrace( in RetrieveReportData()
359 dict->AddItem("trace", StructuredData::ObjectSP(CreateStackTrace(o))); in RetrieveReportData()
363 dict->AddItem("stacks", StructuredData::ObjectSP(stacks)); in RetrieveReportData()
388 dict->AddItem("trace", StructuredData::ObjectSP(CreateStackTrace(o))); in RetrieveReportData()
390 dict->AddItem("mops", StructuredData::ObjectSP(mops)); in RetrieveReportData()
424 dict->AddItem("locs", StructuredData::ObjectSP(locs)); in RetrieveReportData()
443 dict->AddItem("mutexes", StructuredData::ObjectSP(mutexes)); in RetrieveReportData()
471 dict->AddItem("threads", StructuredData::ObjectSP(threads)); in RetrieveReportData()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h276 void AddItem(const ObjectSP &item) { m_items.push_back(item); } in AddItem() function
494 void AddItem(llvm::StringRef key, ObjectSP value_sp) { in AddItem() function
500 AddItem(key, std::make_shared<Integer>(value)); in AddIntegerItem()
504 AddItem(key, std::make_shared<Float>(value)); in AddFloatItem()
508 AddItem(key, std::make_shared<String>(std::move(value))); in AddStringItem()
512 AddItem(key, std::make_shared<Boolean>(value)); in AddBooleanItem()
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp198 names_sp->AddItem(StructuredData::StringSP( in SerializeToStructuredData()
200 name_masks_sp->AddItem(StructuredData::IntegerSP( in SerializeToStructuredData()
203 options_dict_sp->AddItem(GetKey(OptionNames::SymbolNameArray), names_sp); in SerializeToStructuredData()
204 options_dict_sp->AddItem(GetKey(OptionNames::NameMaskArray), name_masks_sp); in SerializeToStructuredData()
H A DBreakpointResolverFileRegex.cpp87 names_array_sp->AddItem(item); in SerializeToStructuredData()
89 options_dict_sp->AddItem(GetKey(OptionNames::LineNumber), names_array_sp); in SerializeToStructuredData()
H A DBreakpoint.cpp91 names_array_sp->AddItem( in SerializeToStructuredData()
94 breakpoint_contents_sp->AddItem(Breakpoint::GetKey(OptionNames::Names), in SerializeToStructuredData()
106 breakpoint_contents_sp->AddItem(BreakpointResolver::GetSerializationKey(), in SerializeToStructuredData()
114 breakpoint_contents_sp->AddItem(SearchFilter::GetSerializationKey(), in SerializeToStructuredData()
122 breakpoint_contents_sp->AddItem(BreakpointOptions::GetSerializationKey(), in SerializeToStructuredData()
125 breakpoint_dict_sp->AddItem(GetSerializationKey(), breakpoint_contents_sp); in SerializeToStructuredData()
H A DBreakpointOptions.cpp49 user_source_sp->AddItem(item_sp); in SerializeToStructuredData()
50 options_dict_sp->AddItem(GetKey(OptionNames::UserSource), user_source_sp); in SerializeToStructuredData()
388 options_dict_sp->AddItem( in SerializeToStructuredData()
395 options_dict_sp->AddItem(ThreadSpec::GetSerializationKey(), thread_spec_sp); in SerializeToStructuredData()
H A DBreakpointResolverScripted.cpp98 options_dict_sp->AddItem(GetKey(OptionNames::ScriptArgs), in SerializeToStructuredData()
H A DBreakpointResolver.cpp157 type_dict_sp->AddItem(GetSerializationSubclassOptionsKey(), options_dict_sp); in WrapOptionsDict()
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DStructuredData.cpp81 dict_up->AddItem(key, value_sp); in ParseJSONObject()
90 array_up->AddItem(value_sp); in ParseJSONArray()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DSearchFilter.cpp179 type_dict_sp->AddItem(GetSerializationSubclassOptionsKey(), options_dict_sp); in WrapOptionsDict()
195 module_array_sp->AddItem(std::make_shared<StructuredData::String>( in SerializeFileSpecList()
198 options_dict_sp->AddItem(GetKey(name), module_array_sp); in SerializeFileSpecList()
488 module_array_sp->AddItem( in SerializeToStructuredData()
490 options_dict_sp->AddItem(GetKey(OptionNames::ModList), module_array_sp); in SerializeToStructuredData()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp139 trace->AddItem(StructuredData::ObjectSP(new StructuredData::Integer(PC))); in RetrieveReportData()
151 d->AddItem("trace", trace_sp); in RetrieveReportData()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp159 trace->AddItem(StructuredData::ObjectSP(new StructuredData::Integer(PC))); in RetrieveReportData()
180 d->AddItem("trace", trace_sp); in RetrieveReportData()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DXML.cpp484 array_sp->AddItem(CreatePlistValue(node)); in CreatePlistValue()
502 dict_sp->AddItem(key_name, CreatePlistValue(node)); in CreatePlistValue()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp580 config_sp->AddItem("source-flags", source_flags_sp); in BuildConfigurationData()
597 config_sp->AddItem("filter-rules", json_filter_rules_sp); in BuildConfigurationData()
601 json_filter_rules_sp->AddItem(rule_sp->Serialize()); in BuildConfigurationData()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp702 dict.AddItem(name, std::move(entry_up)); in AddBoolConfigEntry()
708 array_up->AddItem(std::make_unique<StructuredData::String>(#target)); in AddLLVMTargets()
711 entry_up->AddItem("value", std::move(array_up)); in AddLLVMTargets()
713 dict.AddItem("targets", std::move(entry_up)); in AddLLVMTargets()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp621 result->AddItem(obj.CreateStructuredObject()); in CreateStructuredArray()
692 result->AddItem(obj.CreateStructuredObject()); in CreateStructuredArray()
795 result->AddItem(key.Str().GetString(), structured_value); in CreateStructuredDictionary()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1047 break_store_ptr->AddItem(bkpt_save_sp); in SerializeBreakpointsToFile()
1073 break_store_ptr->AddItem(bkpt_save_sp); in SerializeBreakpointsToFile()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp4130 addresses->AddItem(addr_sp); in GetLoadedDynamicLibrariesInfos()
4133 args_dict->GetAsDictionary()->AddItem("solib_addresses", addresses); in GetLoadedDynamicLibrariesInfos()