| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | StructuredData.h | 423 bool GetValueForKeyAsString(llvm::StringRef key, in GetValueForKeyAsString() function 435 bool GetValueForKeyAsString(llvm::StringRef key, llvm::StringRef &result, in GetValueForKeyAsString() function 437 bool success = GetValueForKeyAsString(key, result); in GetValueForKeyAsString() 447 bool GetValueForKeyAsString(llvm::StringRef key, in GetValueForKeyAsString() function 459 bool GetValueForKeyAsString(llvm::StringRef key, ConstString &result, in GetValueForKeyAsString() function 461 bool success = GetValueForKeyAsString(key, result); in GetValueForKeyAsString()
|
| /freebsd-13.1/contrib/llvm-project/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 | Process.cpp | 5994 if (!dictionary->GetValueForKeyAsString("type", type_name)) in RouteAsyncStructuredData()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | DynamicRegisterInfo.cpp | 107 if (!reg_info_dict->GetValueForKeyAsString("name", name_val, nullptr)) { in SetRegisterInfo() 114 reg_info_dict->GetValueForKeyAsString("alt-name", alt_name_val, nullptr); in SetRegisterInfo() 130 if (reg_info_dict->GetValueForKeyAsString("slice", slice_str, nullptr)) { in SetRegisterInfo() 273 if (reg_info_dict->GetValueForKeyAsString("dynamic_size_dwarf_expr_bytes", in SetRegisterInfo() 292 if (reg_info_dict->GetValueForKeyAsString("format", format_str, nullptr)) { in SetRegisterInfo() 307 if (reg_info_dict->GetValueForKeyAsString("encoding", encoding_str)) in SetRegisterInfo() 337 if (reg_info_dict->GetValueForKeyAsString("generic", generic_str)) in SetRegisterInfo()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/ |
| H A D | StructuredDataDarwinLog.cpp | 1165 if (!dictionary->GetValueForKeyAsString("type", type_name)) { in GetDescription() 1714 if (event.GetValueForKeyAsString("activity-chain", activity_chain) && in DumpHeader() 1729 if (event.GetValueForKeyAsString("subsystem", subsystem) && in DumpHeader() 1741 if (event.GetValueForKeyAsString("category", category) && in DumpHeader() 1761 if (!event.GetValueForKeyAsString("type", event_type)) { in HandleDisplayOfEvent() 1774 if (!event.GetValueForKeyAsString("message", message)) in HandleDisplayOfEvent()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/ |
| H A D | OperatingSystemPython.cpp | 245 thread_dict.GetValueForKeyAsString("name", name); in CreateThreadFromThreadInfo() 246 thread_dict.GetValueForKeyAsString("queue", queue); in CreateThreadFromThreadInfo()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverScripted.cpp | 69 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 | BreakpointResolverAddress.cpp | 54 success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
|
| H A D | BreakpointResolverFileRegex.cpp | 35 success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData()
|
| H A D | BreakpointResolverFileLine.cpp | 41 success = options_dict.GetValueForKeyAsString(GetKey(OptionNames::FileName), in CreateFromStructuredData()
|
| H A D | BreakpointOptions.cpp | 73 success = options_dict.GetValueForKeyAsString( in CreateFromStructuredData() 290 success = options_dict.GetValueForKeyAsString(key, condition_ref); in CreateFromStructuredData()
|
| H A D | BreakpointResolver.cpp | 80 bool success = resolver_dict.GetValueForKeyAsString( in CreateFromStructuredData()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | InstrumentationRuntimeUBSan.cpp | 186 report->GetAsDictionary()->GetValueForKeyAsString( in GetStopReasonDescription()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerCommon.cpp | 1112 if (!query->GetValueForKeyAsString("file", file) || in Handle_jModulesInfo() 1113 !query->GetValueForKeyAsString("triple", triple)) in Handle_jModulesInfo()
|
| H A D | GDBRemoteCommunicationClient.cpp | 3712 if (!dict->GetValueForKeyAsString("uuid", string)) in ParseModuleSpec() 3725 if (!dict->GetValueForKeyAsString("triple", string)) in ParseModuleSpec() 3729 if (!dict->GetValueForKeyAsString("file_path", string)) in ParseModuleSpec()
|
| H A D | ProcessGDBRemote.cpp | 2119 if (mem_cache_dict->GetValueForKeyAsString("bytes", str)) { in SetThreadStopInfo()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | SearchFilter.cpp | 89 bool success = filter_dict.GetValueForKeyAsString( in CreateFromStructuredData()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.cpp | 776 if (!dict->GetValueForKeyAsString("name", name)) in GetRemoteUnixSignals()
|