Home
last modified time | relevance | path

Searched refs:GetValueForKeyAsString (Results 1 – 19 of 19) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DStructuredData.h422 bool GetValueForKeyAsString(llvm::StringRef key, in GetValueForKeyAsString() function
434 bool GetValueForKeyAsString(llvm::StringRef key, llvm::StringRef &result, in GetValueForKeyAsString() function
436 bool success = GetValueForKeyAsString(key, result); in GetValueForKeyAsString()
446 bool GetValueForKeyAsString(llvm::StringRef key, in GetValueForKeyAsString() function
458 bool GetValueForKeyAsString(llvm::StringRef key, ConstString &result, in GetValueForKeyAsString() function
460 bool success = GetValueForKeyAsString(key, result); in GetValueForKeyAsString()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DDynamicRegisterInfo.cpp108 if (!reg_info_dict->GetValueForKeyAsString("name", name_val, nullptr)) { in SetRegisterInfo()
115 reg_info_dict->GetValueForKeyAsString("alt-name", alt_name_val, nullptr); in SetRegisterInfo()
131 if (reg_info_dict->GetValueForKeyAsString("slice", slice_str, nullptr)) { in SetRegisterInfo()
285 if (reg_info_dict->GetValueForKeyAsString("dynamic_size_dwarf_expr_bytes", in SetRegisterInfo()
304 if (reg_info_dict->GetValueForKeyAsString("format", format_str, nullptr)) { in SetRegisterInfo()
319 if (reg_info_dict->GetValueForKeyAsString("encoding", encoding_str)) in SetRegisterInfo()
349 if (reg_info_dict->GetValueForKeyAsString("generic", generic_str)) in SetRegisterInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadSpec.cpp56 spec_dict.GetValueForKeyAsString(GetKey(OptionNames::ThreadName), name); in CreateFromStructuredData()
60 success = spec_dict.GetValueForKeyAsString(GetKey(OptionNames::ThreadName), in CreateFromStructuredData()
H A DProcess.cpp6165 if (!dictionary->GetValueForKeyAsString("type", type_name)) in RouteAsyncStructuredData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1215 if (!dictionary->GetValueForKeyAsString("type", type_name)) { in GetDescription()
1774 if (event.GetValueForKeyAsString("activity-chain", activity_chain) && in DumpHeader()
1789 if (event.GetValueForKeyAsString("subsystem", subsystem) && in DumpHeader()
1801 if (event.GetValueForKeyAsString("category", category) && in DumpHeader()
1821 if (!event.GetValueForKeyAsString("type", event_type)) { in HandleDisplayOfEvent()
1834 if (!event.GetValueForKeyAsString("message", message)) in HandleDisplayOfEvent()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp243 thread_dict.GetValueForKeyAsString("name", name); in CreateThreadFromThreadInfo()
244 thread_dict.GetValueForKeyAsString("queue", queue); in CreateThreadFromThreadInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp99 bool success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
127 success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
H A DBreakpointResolverScripted.cpp78 success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
H A DBreakpointResolverFileRegex.cpp40 success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
H A DBreakpointResolverAddress.cpp59 success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
H A DBreakpointResolverFileLine.cpp49 success = options_dict.GetValueForKeyAsString(GetKey(OptionNames::FileName), in CreateFromStructuredData()
H A DBreakpointOptions.cpp74 success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
304 success = options_dict.GetValueForKeyAsString(key, condition_ref); in CreateFromStructuredData()
H A DBreakpointResolver.cpp82 bool success = resolver_dict.GetValueForKeyAsString( in CreateFromStructuredData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DUBSanRuntime.cpp189 report->GetAsDictionary()->GetValueForKeyAsString("description", in GetStopReasonDescription()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp1138 if (!query->GetValueForKeyAsString("file", file) || in Handle_jModulesInfo()
1139 !query->GetValueForKeyAsString("triple", triple)) in Handle_jModulesInfo()
H A DGDBRemoteCommunicationClient.cpp3574 if (!dict->GetValueForKeyAsString("uuid", string)) in ParseModuleSpec()
3588 if (!dict->GetValueForKeyAsString("triple", string)) in ParseModuleSpec()
3592 if (!dict->GetValueForKeyAsString("file_path", string)) in ParseModuleSpec()
H A DProcessGDBRemote.cpp2176 if (mem_cache_dict->GetValueForKeyAsString("bytes", str)) { in SetThreadStopInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DSearchFilter.cpp93 bool success = filter_dict.GetValueForKeyAsString( in CreateFromStructuredData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp767 if (!dict->GetValueForKeyAsString("name", name)) in GetRemoteUnixSignals()