| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | TSanRuntime.cpp | 224 trace->AddItem( in CreateStackTrace() 247 array->AddItem(StructuredData::ObjectSP(dict)); in ConvertToStructuredArray() 349 dict->AddItem("sleep_trace", StructuredData::ObjectSP(CreateStackTrace( in RetrieveReportData() 358 dict->AddItem("trace", StructuredData::ObjectSP(CreateStackTrace(o))); in RetrieveReportData() 362 dict->AddItem("stacks", StructuredData::ObjectSP(stacks)); in RetrieveReportData() 387 dict->AddItem("trace", StructuredData::ObjectSP(CreateStackTrace(o))); in RetrieveReportData() 389 dict->AddItem("mops", StructuredData::ObjectSP(mops)); in RetrieveReportData() 423 dict->AddItem("locs", StructuredData::ObjectSP(locs)); in RetrieveReportData() 442 dict->AddItem("mutexes", StructuredData::ObjectSP(mutexes)); in RetrieveReportData() 470 dict->AddItem("threads", StructuredData::ObjectSP(threads)); in RetrieveReportData() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/ |
| H A D | StructuredData.h | 275 void AddItem(ObjectSP item) { m_items.push_back(item); } in AddItem() function 493 void AddItem(llvm::StringRef key, ObjectSP value_sp) { in AddItem() function 499 AddItem(key, std::make_shared<Integer>(value)); in AddIntegerItem() 503 AddItem(key, std::make_shared<Float>(value)); in AddFloatItem() 507 AddItem(key, std::make_shared<String>(std::move(value))); in AddStringItem() 511 AddItem(key, std::make_shared<Boolean>(value)); in AddBooleanItem()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverName.cpp | 203 names_sp->AddItem(StructuredData::StringSP( in SerializeToStructuredData() 205 name_masks_sp->AddItem(StructuredData::IntegerSP( in SerializeToStructuredData() 208 options_dict_sp->AddItem(GetKey(OptionNames::SymbolNameArray), names_sp); in SerializeToStructuredData() 209 options_dict_sp->AddItem(GetKey(OptionNames::NameMaskArray), name_masks_sp); in SerializeToStructuredData()
|
| H A D | BreakpointResolverFileRegex.cpp | 91 names_array_sp->AddItem(item); in SerializeToStructuredData() 93 options_dict_sp->AddItem(GetKey(OptionNames::LineNumber), names_array_sp); in SerializeToStructuredData()
|
| H A D | Breakpoint.cpp | 88 names_array_sp->AddItem( in SerializeToStructuredData() 91 breakpoint_contents_sp->AddItem(Breakpoint::GetKey(OptionNames::Names), in SerializeToStructuredData() 103 breakpoint_contents_sp->AddItem(BreakpointResolver::GetSerializationKey(), in SerializeToStructuredData() 111 breakpoint_contents_sp->AddItem(SearchFilter::GetSerializationKey(), in SerializeToStructuredData() 119 breakpoint_contents_sp->AddItem(BreakpointOptions::GetSerializationKey(), in SerializeToStructuredData() 122 breakpoint_dict_sp->AddItem(GetSerializationKey(), breakpoint_contents_sp); in SerializeToStructuredData()
|
| H A D | BreakpointOptions.cpp | 50 user_source_sp->AddItem(item_sp); in SerializeToStructuredData() 51 options_dict_sp->AddItem(GetKey(OptionNames::UserSource), user_source_sp); in SerializeToStructuredData() 404 options_dict_sp->AddItem( in SerializeToStructuredData() 411 options_dict_sp->AddItem(ThreadSpec::GetSerializationKey(), thread_spec_sp); in SerializeToStructuredData()
|
| H A D | BreakpointResolver.cpp | 160 type_dict_sp->AddItem(GetSerializationSubclassOptionsKey(), options_dict_sp); in WrapOptionsDict()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | SearchFilter.cpp | 186 type_dict_sp->AddItem(GetSerializationSubclassOptionsKey(), options_dict_sp); in WrapOptionsDict() 202 module_array_sp->AddItem(std::make_shared<StructuredData::String>( in SerializeFileSpecList() 205 options_dict_sp->AddItem(GetKey(name), module_array_sp); in SerializeFileSpecList() 531 module_array_sp->AddItem( in SerializeToStructuredData() 533 options_dict_sp->AddItem(GetKey(OptionNames::ModList), module_array_sp); in SerializeToStructuredData()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
| H A D | MainThreadCheckerRuntime.cpp | 134 trace->AddItem(StructuredData::ObjectSP(new StructuredData::Integer(PC))); in RetrieveReportData() 146 d->AddItem("trace", trace_sp); in RetrieveReportData()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/ |
| H A D | StructuredData.cpp | 66 dict_up->AddItem(key, value_sp); in ParseJSONObject() 91 array_up->AddItem(value_sp); in ParseJSONArray()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | UBSanRuntime.cpp | 162 trace->AddItem(StructuredData::ObjectSP(new StructuredData::Integer(PC))); in RetrieveReportData() 183 d->AddItem("trace", trace_sp); in RetrieveReportData()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/ |
| H A D | XML.cpp | 484 array_sp->AddItem(CreatePlistValue(node)); in CreatePlistValue() 502 dict_sp->AddItem(key_name, CreatePlistValue(node)); in CreatePlistValue()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBDebugger.cpp | 506 dict.AddItem(name, std::move(entry_up)); in AddBoolConfigEntry() 512 array_up->AddItem(llvm::make_unique<StructuredData::String>(#target)); in AddLLVMTargets() 515 entry_up->AddItem("value", std::move(array_up)); in AddLLVMTargets() 517 dict.AddItem("targets", std::move(entry_up)); in AddLLVMTargets()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | PythonDataObjects.cpp | 605 result->AddItem(obj.CreateStructuredObject()); in CreateStructuredArray() 701 result->AddItem(obj.CreateStructuredObject()); in CreateStructuredArray() 781 result->AddItem(key.Str().GetString(), structured_value); in CreateStructuredDictionary()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/StructuredData/DarwinLog/ |
| H A D | StructuredDataDarwinLog.cpp | 612 config_sp->AddItem("source-flags", source_flags_sp); in BuildConfigurationData() 629 config_sp->AddItem("filter-rules", json_filter_rules_sp); in BuildConfigurationData() 633 json_filter_rules_sp->AddItem(rule_sp->Serialize()); in BuildConfigurationData()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | Target.cpp | 1056 break_store_ptr->AddItem(bkpt_save_sp); in SerializeBreakpointsToFile() 1082 break_store_ptr->AddItem(bkpt_save_sp); in SerializeBreakpointsToFile()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 4139 addresses->AddItem(addr_sp); in GetLoadedDynamicLibrariesInfos() 4142 args_dict->GetAsDictionary()->AddItem("solib_addresses", addresses); in GetLoadedDynamicLibrariesInfos()
|
| H A D | GDBRemoteCommunicationServerLLGS.cpp | 1177 json_packet.AddItem("params", custom_params);
|
| H A D | GDBRemoteCommunicationClient.cpp | 3311 json_packet.AddItem("params", custom_params); in SendStartTracePacket()
|