Home
last modified time | relevance | path

Searched refs:AddStringItem (Results 1 – 22 of 22) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DDebuggerEvents.cpp63 dictionary_sp->AddStringItem("title", progress_data->GetTitle()); in GetAsStructuredData()
64 dictionary_sp->AddStringItem("details", progress_data->GetDetails()); in GetAsStructuredData()
65 dictionary_sp->AddStringItem("message", progress_data->GetMessage()); in GetAsStructuredData()
119 dictionary_sp->AddStringItem("message", diagnostic_data->GetMessage()); in GetAsStructuredData()
120 dictionary_sp->AddStringItem("type", diagnostic_data->GetPrefix()); in GetAsStructuredData()
H A DSearchFilter.cpp178 type_dict_sp->AddStringItem(GetSerializationSubclassKey(), GetFilterName()); in WrapOptionsDict()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp140 d->AddStringItem("instrumentation_class", "MainThreadChecker"); in RetrieveReportData()
141 d->AddStringItem("api_name", apiName); in RetrieveReportData()
142 d->AddStringItem("class_name", className); in RetrieveReportData()
143 d->AddStringItem("selector", selector); in RetrieveReportData()
144 d->AddStringItem("description", in RetrieveReportData()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp344 dict->AddStringItem("instrumentation_class", "ThreadSanitizer"); in RetrieveReportData()
345 dict->AddStringItem("issue_type", in RetrieveReportData()
401 dict->AddStringItem("type", RetrieveString(o, process_sp, ".type")); in RetrieveReportData()
423 dict->AddStringItem("object_type", in RetrieveReportData()
465 dict->AddStringItem("name", RetrieveString(o, process_sp, ".name")); in RetrieveReportData()
818 report->GetAsDictionary()->AddStringItem("description", issue_description); in NotifyBreakpointHit()
820 report->GetAsDictionary()->AddStringItem("stop_description", in NotifyBreakpointHit()
823 report->GetAsDictionary()->AddStringItem("summary", summary); in NotifyBreakpointHit()
833 report->GetAsDictionary()->AddStringItem("location_description", in NotifyBreakpointHit()
839 report->GetAsDictionary()->AddStringItem("global_nam in NotifyBreakpointHit()
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
H A DReportRetriever.cpp131 dict->AddStringItem("instrumentation_class", "AddressSanitizer"); in RetrieveReportData()
132 dict->AddStringItem("stop_type", "fatal_error"); in RetrieveReportData()
139 dict->AddStringItem("description", description); in RetrieveReportData()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp170 d->AddStringItem("instrumentation_class", "UndefinedBehaviorSanitizer"); in RetrieveReportData()
171 d->AddStringItem("description", IssueKind); in RetrieveReportData()
172 d->AddStringItem("summary", ErrMessage); in RetrieveReportData()
173 d->AddStringItem("filename", Filename); in RetrieveReportData()
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DThreadSpec.cpp61 data_dict_sp->AddStringItem(GetKey(OptionNames::ThreadName), m_name); in SerializeToStructuredData()
63 data_dict_sp->AddStringItem(GetKey(OptionNames::QueueName), m_queue_name); in SerializeToStructuredData()
/freebsd-src/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverAddress.cpp70 options_dict_sp->AddStringItem(GetKey(OptionNames::ModuleName), in SerializeToStructuredData()
79 options_dict_sp->AddStringItem(GetKey(OptionNames::ModuleName), in SerializeToStructuredData()
H A DBreakpointResolverScripted.cpp90 options_dict_sp->AddStringItem(GetKey(OptionNames::PythonClassName), in SerializeToStructuredData()
H A DBreakpointResolverName.cpp190 options_dict_sp->AddStringItem(GetKey(OptionNames::RegexString), in SerializeToStructuredData()
205 options_dict_sp->AddStringItem( in SerializeToStructuredData()
H A DBreakpointResolverFileRegex.cpp78 options_dict_sp->AddStringItem(GetKey(OptionNames::RegexString), in SerializeToStructuredData()
H A DBreakpointOptions.cpp53 options_dict_sp->AddStringItem( in SerializeToStructuredData()
360 options_dict_sp->AddStringItem(GetKey(OptionNames::ConditionText), in SerializeToStructuredData()
H A DBreakpointResolverFileLine.cpp103 options_dict_sp->AddStringItem(GetKey(OptionNames::FileName), in SerializeToStructuredData()
H A DBreakpointResolver.cpp156 type_dict_sp->AddStringItem(GetSerializationSubclassKey(), GetResolverName()); in WrapOptionsDict()
/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp756 entry_up->AddStringItem("description", description); in AddBoolConfigEntry()
767 entry_up->AddStringItem("description", "A list of configured LLVM targets."); in AddLLVMTargets()
1181 platform_dict->AddStringItem(name_str, host_platform_sp->GetPluginName()); in GetAvailablePlatformInfoAtIndex()
1182 platform_dict->AddStringItem( in GetAvailablePlatformInfoAtIndex()
1190 platform_dict->AddStringItem(name_str, llvm::StringRef(plugin_name)); in GetAvailablePlatformInfoAtIndex()
1194 platform_dict->AddStringItem(desc_str, llvm::StringRef(plugin_desc)); in GetAvailablePlatformInfoAtIndex()
/freebsd-src/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupPythonClassWithDict.cpp120 m_dict_sp->AddStringItem(m_current_key, option_arg); in SetOptionValue()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp1284 oso_data->AddStringItem("so_file", info.so_file.GetPath()); in GetSeparateDebugInfo()
1285 oso_data->AddStringItem("oso_path", info.oso_path); in GetSeparateDebugInfo()
1298 oso_data->AddStringItem("error", info.oso_load_error.AsCString()); in GetSeparateDebugInfo()
1305 d.AddStringItem("type", "oso"); in GetCompileUnit()
1306 d.AddStringItem("symfile", GetMainObjectFile()->GetFileSpec().GetPath()); in GetCompileUnit()
H A DSymbolFileDWARF.cpp4251 dwo_data->AddStringItem("dwo_name", dwo_name); in GetSeparateDebugInfo()
4253 dwo_data->AddStringItem("error", "missing dwo name"); in GetSeparateDebugInfo()
4259 dwo_data->AddStringItem("comp_dir", comp_dir); in GetSeparateDebugInfo()
4262 dwo_data->AddStringItem( in GetSeparateDebugInfo()
4273 dwo_data->AddStringItem( in GetSeparateDebugInfo()
4277 dwo_data->AddStringItem("error", in GetSeparateDebugInfo()
4285 d.AddStringItem("type", "dwo"); in GetSeparateDebugInfo()
4286 d.AddStringItem("symfile", GetMainObjectFile()->GetFileSpec().GetPath()); in GetSeparateDebugInfo()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp218 dict_p->AddStringItem("attribute", s_filter_attributes[m_attribute_index]); in Serialize()
221 dict_p->AddStringItem("type", GetOperationType()); in Serialize()
275 dict.AddStringItem("regex", m_regex_text); in DoSerialization()
327 dict.AddStringItem("exact_text", m_match_text); in DoSerialization()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h281 void AddStringItem(llvm::StringRef value) { in AddStringItem() function
529 void AddStringItem(llvm::StringRef key, llvm::StringRef value) { in AddStringItem() function
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp154 info->AddStringItem("language", "lua"); in GetInterpreterInfo()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp505 dictionary->AddStringItem("name", signals->GetSignalAsStringRef(signo)); in Handle_jSignalsInfo()