Home
last modified time | relevance | path

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

12

/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
DInstrumentationRuntimeMainThreadChecker.cpp149 d->AddStringItem("instrumentation_class", "MainThreadChecker"); in RetrieveReportData()
150 d->AddStringItem("api_name", apiName); in RetrieveReportData()
151 d->AddStringItem("class_name", className); in RetrieveReportData()
152 d->AddStringItem("selector", selector); in RetrieveReportData()
153 d->AddStringItem("description", in RetrieveReportData()
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
DInstrumentationRuntimeTSan.cpp344 dict->AddStringItem("instrumentation_class", "ThreadSanitizer"); in RetrieveReportData()
345 dict->AddStringItem("issue_type", in RetrieveReportData()
399 dict->AddStringItem("type", RetrieveString(o, process_sp, ".type")); in RetrieveReportData()
421 dict->AddStringItem("object_type", in RetrieveReportData()
463 dict->AddStringItem("name", RetrieveString(o, process_sp, ".name")); in RetrieveReportData()
817 report->GetAsDictionary()->AddStringItem("description", issue_description); in NotifyBreakpointHit()
819 report->GetAsDictionary()->AddStringItem("stop_description", in NotifyBreakpointHit()
822 report->GetAsDictionary()->AddStringItem("summary", summary); in NotifyBreakpointHit()
832 report->GetAsDictionary()->AddStringItem("location_description", in NotifyBreakpointHit()
838 report->GetAsDictionary()->AddStringItem("global_name", global_name); in NotifyBreakpointHit()
[all …]
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
DInstrumentationRuntimeUBSan.cpp172 d->AddStringItem("instrumentation_class", "UndefinedBehaviorSanitizer"); in RetrieveReportData()
173 d->AddStringItem("description", IssueKind); in RetrieveReportData()
174 d->AddStringItem("summary", ErrMessage); in RetrieveReportData()
175 d->AddStringItem("filename", Filename); in RetrieveReportData()
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/DarwinLog/
DDarwinLogCollector.cpp626 message_sp->AddStringItem("type", "log"); in HandleStreamEntry()
634 message_sp->AddStringItem("message", message_text); in HandleStreamEntry()
649 message_sp->AddStringItem("subsystem", log_message.subsystem); in HandleStreamEntry()
651 message_sp->AddStringItem("category", log_message.category); in HandleStreamEntry()
656 message_sp->AddStringItem("activity-chain", activity_chain); in HandleStreamEntry()
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
DInstrumentationRuntimeASan.cpp178 dict->AddStringItem("instrumentation_class", "AddressSanitizer"); in RetrieveReportData()
179 dict->AddStringItem("stop_type", "fatal_error"); in RetrieveReportData()
188 dict->AddStringItem("description", description); in RetrieveReportData()
/external/llvm-project/lldb/source/Target/
DThreadSpec.cpp63 data_dict_sp->AddStringItem(GetKey(OptionNames::ThreadName), m_name); in SerializeToStructuredData()
65 data_dict_sp->AddStringItem(GetKey(OptionNames::QueueName), m_queue_name); in SerializeToStructuredData()
/external/llvm-project/lldb/source/Breakpoint/
DBreakpointResolverAddress.cpp76 options_dict_sp->AddStringItem(GetKey(OptionNames::ModuleName), in SerializeToStructuredData()
84 options_dict_sp->AddStringItem(GetKey(OptionNames::ModuleName), in SerializeToStructuredData()
DBreakpointResolverScripted.cpp95 options_dict_sp->AddStringItem(GetKey(OptionNames::PythonClassName), in SerializeToStructuredData()
DBreakpointResolverName.cpp192 options_dict_sp->AddStringItem(GetKey(OptionNames::RegexString), in SerializeToStructuredData()
207 options_dict_sp->AddStringItem( in SerializeToStructuredData()
DBreakpointResolverFileRegex.cpp79 options_dict_sp->AddStringItem(GetKey(OptionNames::RegexString), in SerializeToStructuredData()
DBreakpointResolverFileLine.cpp98 options_dict_sp->AddStringItem(GetKey(OptionNames::FileName), in SerializeToStructuredData()
DBreakpointOptions.cpp53 options_dict_sp->AddStringItem( in SerializeToStructuredData()
379 options_dict_sp->AddStringItem(GetKey(OptionNames::ConditionText), in SerializeToStructuredData()
DBreakpointResolver.cpp156 type_dict_sp->AddStringItem(GetSerializationSubclassKey(), GetResolverName()); in WrapOptionsDict()
/external/llvm-project/lldb/source/Interpreter/
DOptionGroupPythonClassWithDict.cpp110 m_dict_sp->AddStringItem(m_current_key, option_arg); in SetOptionValue()
/external/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
DStructuredDataDarwinLog.cpp221 dict_p->AddStringItem("attribute", s_filter_attributes[m_attribute_index]); in Serialize()
224 dict_p->AddStringItem("type", GetOperationType().GetCString()); in Serialize()
277 dict.AddStringItem("regex", m_regex_text); in DoSerialization()
329 dict.AddStringItem("exact_text", m_match_text); in DoSerialization()
/external/llvm-project/lldb/source/API/
DSBDebugger.cpp665 entry_up->AddStringItem("description", description); in AddBoolConfigEntry()
676 entry_up->AddStringItem("description", "A list of configured LLVM targets."); in AddLLVMTargets()
1092 platform_dict->AddStringItem( in GetAvailablePlatformInfoAtIndex()
1094 platform_dict->AddStringItem( in GetAvailablePlatformInfoAtIndex()
1102 platform_dict->AddStringItem(name_str, llvm::StringRef(plugin_name)); in GetAvailablePlatformInfoAtIndex()
1109 platform_dict->AddStringItem(desc_str, llvm::StringRef(plugin_desc)); in GetAvailablePlatformInfoAtIndex()
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.cpp1501 entry_sp->AddStringItem("image", module->GetFileSpec().GetPath(false)); in ExtractCrashInfoAnnotations()
1502 entry_sp->AddStringItem("uuid", module->GetUUID().GetAsString()); in ExtractCrashInfoAnnotations()
1503 entry_sp->AddStringItem("message", message); in ExtractCrashInfoAnnotations()
1504 entry_sp->AddStringItem("message2", message2); in ExtractCrashInfoAnnotations()
/external/llvm-project/lldb/tools/debugserver/source/
DJSONGenerator.h235 void AddStringItem(std::string key, std::string value) { in AddStringItem() function
DRNBRemote.cpp586 async_dictionary.AddStringItem(JSON_ASYNC_TYPE_KEY_NAME, "DarwinLog"); in SendAsyncDarwinLogData()
5565 thread_dict_sp->AddStringItem("reason", reason_value); in GetJSONThreadsInfo()
5570 thread_dict_sp->AddStringItem("name", thread_name); in GetJSONThreadsInfo()
5601 thread_dict_sp->AddStringItem("qname", queue_name); in GetJSONThreadsInfo()
5603 thread_dict_sp->AddStringItem("qkind", "serial"); in GetJSONThreadsInfo()
5605 thread_dict_sp->AddStringItem("qkind", "concurrent"); in GetJSONThreadsInfo()
/external/llvm-project/lldb/source/Plugins/Process/Linux/
DProcessorTrace.cpp236 params_dict->AddStringItem("cpu_vendor", vendor_id); in GetCPUType()
/external/llvm-project/lldb/include/lldb/Utility/
DStructuredData.h507 void AddStringItem(llvm::StringRef key, llvm::StringRef value) { in AddStringItem() function
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServerPlatform.cpp509 dictionary->AddStringItem("name", signals->GetSignalAsCString(signo)); in Handle_jSignalsInfo()
/external/llvm-project/lldb/source/Core/
DSearchFilter.cpp178 type_dict_sp->AddStringItem(GetSerializationSubclassKey(), GetFilterName()); in WrapOptionsDict()
/external/llvm-project/lldb/unittests/Process/gdb-remote/
DGDBRemoteCommunicationClientTest.cpp455 custom_params->AddStringItem("tracetech", "intel-pt"); in TEST_F()
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DMachProcess.mm891 image_info_dict_sp->AddStringItem("pathname", image_infos[i].filename);
895 image_info_dict_sp->AddStringItem("uuid", uuidstr);
899 image_info_dict_sp->AddStringItem(
901 image_info_dict_sp->AddStringItem(
931 segment_sp->AddStringItem("name",
1221 reply_sp->AddStringItem("shared_cache_uuid", uuidstr);

12