[Lldb-commits] [lldb] Improve type lookup using .debug_names parent chain (PR #108907)
via lldb-commits
lldb-commits at lists.llvm.org
Thu Sep 26 13:46:37 PDT 2024
================
@@ -118,6 +122,36 @@ class DebugNamesDWARFIndex : public DWARFIndex {
bool SameParentChain(llvm::ArrayRef<llvm::StringRef> parent_names,
llvm::ArrayRef<DebugNames::Entry> parent_entries) const;
+ bool SameParentChain(llvm::ArrayRef<CompilerContext> parent_names,
----------------
kusmour wrote:
```suggestion
bool SameParentChain(llvm::ArrayRef<CompilerContext> parent_contexts,
```
https://github.com/llvm/llvm-project/pull/108907
More information about the lldb-commits
mailing list