[Lldb-commits] [lldb] Improve type lookup using .debug_names parent chain (PR #108907)

Jacob Lalonde via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 7 11:00:11 PDT 2024


================
@@ -374,6 +375,21 @@ void DebugNamesDWARFIndex::GetFullyQualifiedType(
   m_fallback.GetFullyQualifiedType(context, callback);
 }
 
+bool DebugNamesDWARFIndex::SameAsEntryContext(
+    const CompilerContext &query_context,
+    const DebugNames::Entry &entry) const {
+  // TODO: check dwarf tag matches.
----------------
Jlalond wrote:

If this is a long term todo, do we have a github issue that reflects this (and if we do, can we add the number in teh comment)

https://github.com/llvm/llvm-project/pull/108907


More information about the lldb-commits mailing list