| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/ |
| H A D | StructuredData.h | 422 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 D | DynamicRegisterInfo.cpp | 108 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 D | ThreadSpec.cpp | 56 spec_dict.GetValueForKeyAsString(GetKey(OptionNames::ThreadName), name); in CreateFromStructuredData() 60 success = spec_dict.GetValueForKeyAsString(GetKey(OptionNames::ThreadName), in CreateFromStructuredData()
|
| H A D | Process.cpp | 6165 if (!dictionary->GetValueForKeyAsString("type", type_name)) in RouteAsyncStructuredData()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/StructuredData/DarwinLog/ |
| H A D | StructuredDataDarwinLog.cpp | 1215 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 D | OperatingSystemPython.cpp | 243 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 D | BreakpointResolverName.cpp | 99 bool success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData() 127 success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
|
| H A D | BreakpointResolverScripted.cpp | 78 success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
|
| H A D | BreakpointResolverFileRegex.cpp | 40 success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
|
| H A D | BreakpointResolverAddress.cpp | 59 success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
|
| H A D | BreakpointResolverFileLine.cpp | 49 success = options_dict.GetValueForKeyAsString(GetKey(OptionNames::FileName), in CreateFromStructuredData()
|
| H A D | BreakpointOptions.cpp | 74 success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData() 304 success = options_dict.GetValueForKeyAsString(key, condition_ref); in CreateFromStructuredData()
|
| H A D | BreakpointResolver.cpp | 82 bool success = resolver_dict.GetValueForKeyAsString( in CreateFromStructuredData()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | UBSanRuntime.cpp | 189 report->GetAsDictionary()->GetValueForKeyAsString("description", in GetStopReasonDescription()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerCommon.cpp | 1138 if (!query->GetValueForKeyAsString("file", file) || in Handle_jModulesInfo() 1139 !query->GetValueForKeyAsString("triple", triple)) in Handle_jModulesInfo()
|
| H A D | GDBRemoteCommunicationClient.cpp | 3574 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 D | ProcessGDBRemote.cpp | 2176 if (mem_cache_dict->GetValueForKeyAsString("bytes", str)) { in SetThreadStopInfo()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | SearchFilter.cpp | 93 bool success = filter_dict.GetValueForKeyAsString( in CreateFromStructuredData()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.cpp | 767 if (!dict->GetValueForKeyAsString("name", name)) in GetRemoteUnixSignals()
|