Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DStructuredData.h449 bool GetValueForKeyAsString(llvm::StringRef key, in GetValueForKeyAsString() function
461 bool GetValueForKeyAsString(llvm::StringRef key, llvm::StringRef &result, in GetValueForKeyAsString() function
463 bool success = GetValueForKeyAsString(key, result); in GetValueForKeyAsString()
473 bool GetValueForKeyAsString(llvm::StringRef key, in GetValueForKeyAsString() function
485 bool GetValueForKeyAsString(llvm::StringRef key, ConstString &result, in GetValueForKeyAsString() function
487 bool success = GetValueForKeyAsString(key, result); in GetValueForKeyAsString()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThreadSpec.cpp41 spec_dict.GetValueForKeyAsString(GetKey(OptionNames::ThreadName), name); in CreateFromStructuredData()
45 success = spec_dict.GetValueForKeyAsString(GetKey(OptionNames::ThreadName), in CreateFromStructuredData()
H A DDynamicRegisterInfo.cpp182 if (reg_info_dict.GetValueForKeyAsString("slice", slice_str, nullptr)) in ByteOffsetFromRegInfoDict()
243 if (!reg_info_dict->GetValueForKeyAsString("name", name_val, nullptr)) { in SetRegisterInfo()
250 reg_info_dict->GetValueForKeyAsString("alt-name", alt_name_val, nullptr); in SetRegisterInfo()
277 if (reg_info_dict->GetValueForKeyAsString("format", format_str, nullptr)) { in SetRegisterInfo()
292 if (reg_info_dict->GetValueForKeyAsString("encoding", encoding_str)) in SetRegisterInfo()
322 if (reg_info_dict->GetValueForKeyAsString("generic", generic_str)) in SetRegisterInfo()
H A DProcess.cpp6018 if (!dictionary->GetValueForKeyAsString("type", type_name)) in RouteAsyncStructuredData()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp438 dict->GetValueForKeyAsString("path", value); in GetLoadedDynamicLibrariesInfos()
443 dict->GetValueForKeyAsString("uuid", value); in GetLoadedDynamicLibrariesInfos()
472 dict->GetValueForKeyAsString("path", value); in GetLoadedDynamicLibrariesInfos()
H A DScriptedThread.cpp257 data_dict->GetValueForKeyAsString("desc", description); in CalculateStopInfo()
267 mach_exception->GetValueForKeyAsString("type", value); in CalculateStopInfo()
/openbsd-src/gnu/llvm/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1145 if (!dictionary->GetValueForKeyAsString("type", type_name)) { in GetDescription()
1694 if (event.GetValueForKeyAsString("activity-chain", activity_chain) && in DumpHeader()
1709 if (event.GetValueForKeyAsString("subsystem", subsystem) && in DumpHeader()
1721 if (event.GetValueForKeyAsString("category", category) && in DumpHeader()
1741 if (!event.GetValueForKeyAsString("type", event_type)) { in HandleDisplayOfEvent()
1754 if (!event.GetValueForKeyAsString("message", message)) in HandleDisplayOfEvent()
/openbsd-src/gnu/llvm/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp233 thread_dict.GetValueForKeyAsString("name", name); in CreateThreadFromThreadInfo()
234 thread_dict.GetValueForKeyAsString("queue", queue); in CreateThreadFromThreadInfo()
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointResolverScripted.cpp68 success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
H A DBreakpointResolverName.cpp96 bool success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
124 success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
H A DBreakpointResolverFileRegex.cpp35 success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
H A DBreakpointResolverAddress.cpp51 success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
H A DBreakpointOptions.cpp69 success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
280 success = options_dict.GetValueForKeyAsString(key, condition_ref); in CreateFromStructuredData()
H A DBreakpointResolver.cpp82 bool success = resolver_dict.GetValueForKeyAsString( in CreateFromStructuredData()
H A DBreakpointResolverFileLine.cpp46 success = options_dict.GetValueForKeyAsString(GetKey(OptionNames::FileName), in CreateFromStructuredData()
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp184 report->GetAsDictionary()->GetValueForKeyAsString( in GetStopReasonDescription()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp1175 if (!query->GetValueForKeyAsString("file", file) || in Handle_jModulesInfo()
1176 !query->GetValueForKeyAsString("triple", triple)) in Handle_jModulesInfo()
H A DGDBRemoteCommunicationClient.cpp3836 if (!dict->GetValueForKeyAsString("uuid", string)) in ParseModuleSpec()
3849 if (!dict->GetValueForKeyAsString("triple", string)) in ParseModuleSpec()
3853 if (!dict->GetValueForKeyAsString("file_path", string)) in ParseModuleSpec()
H A DProcessGDBRemote.cpp2016 if (mem_cache_dict->GetValueForKeyAsString("bytes", str)) { in SetThreadStopInfo()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DSearchFilter.cpp89 bool success = filter_dict.GetValueForKeyAsString( in CreateFromStructuredData()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPT.cpp708 if (dict->GetValueForKeyAsString("iptTraceSize", in Start()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp728 if (!dict->GetValueForKeyAsString("name", name)) in GetRemoteUnixSignals()