| /openbsd-src/gnu/llvm/lldb/include/lldb/Utility/ |
| H A D | StructuredData.h | 449 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 D | ThreadSpec.cpp | 41 spec_dict.GetValueForKeyAsString(GetKey(OptionNames::ThreadName), name); in CreateFromStructuredData() 45 success = spec_dict.GetValueForKeyAsString(GetKey(OptionNames::ThreadName), in CreateFromStructuredData()
|
| H A D | DynamicRegisterInfo.cpp | 182 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 D | Process.cpp | 6018 if (!dictionary->GetValueForKeyAsString("type", type_name)) in RouteAsyncStructuredData()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/scripted/ |
| H A D | ScriptedProcess.cpp | 438 dict->GetValueForKeyAsString("path", value); in GetLoadedDynamicLibrariesInfos() 443 dict->GetValueForKeyAsString("uuid", value); in GetLoadedDynamicLibrariesInfos() 472 dict->GetValueForKeyAsString("path", value); in GetLoadedDynamicLibrariesInfos()
|
| H A D | ScriptedThread.cpp | 257 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 D | StructuredDataDarwinLog.cpp | 1145 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 D | OperatingSystemPython.cpp | 233 thread_dict.GetValueForKeyAsString("name", name); in CreateThreadFromThreadInfo() 234 thread_dict.GetValueForKeyAsString("queue", queue); in CreateThreadFromThreadInfo()
|
| /openbsd-src/gnu/llvm/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverScripted.cpp | 68 success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
|
| H A D | BreakpointResolverName.cpp | 96 bool success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData() 124 success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
|
| H A D | BreakpointResolverFileRegex.cpp | 35 success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
|
| H A D | BreakpointResolverAddress.cpp | 51 success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
|
| H A D | BreakpointOptions.cpp | 69 success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData() 280 success = options_dict.GetValueForKeyAsString(key, condition_ref); in CreateFromStructuredData()
|
| H A D | BreakpointResolver.cpp | 82 bool success = resolver_dict.GetValueForKeyAsString( in CreateFromStructuredData()
|
| H A D | BreakpointResolverFileLine.cpp | 46 success = options_dict.GetValueForKeyAsString(GetKey(OptionNames::FileName), in CreateFromStructuredData()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | InstrumentationRuntimeUBSan.cpp | 184 report->GetAsDictionary()->GetValueForKeyAsString( in GetStopReasonDescription()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerCommon.cpp | 1175 if (!query->GetValueForKeyAsString("file", file) || in Handle_jModulesInfo() 1176 !query->GetValueForKeyAsString("triple", triple)) in Handle_jModulesInfo()
|
| H A D | GDBRemoteCommunicationClient.cpp | 3836 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 D | ProcessGDBRemote.cpp | 2016 if (mem_cache_dict->GetValueForKeyAsString("bytes", str)) { in SetThreadStopInfo()
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | SearchFilter.cpp | 89 bool success = filter_dict.GetValueForKeyAsString( in CreateFromStructuredData()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/ |
| H A D | TraceIntelPT.cpp | 708 if (dict->GetValueForKeyAsString("iptTraceSize", in Start()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.cpp | 728 if (!dict->GetValueForKeyAsString("name", name)) in GetRemoteUnixSignals()
|