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

via lldb-commits lldb-commits at lists.llvm.org
Sun Oct 13 19:24:12 PDT 2024


================
@@ -71,6 +71,14 @@ class DWARFIndex {
   virtual void
   GetTypesWithQuery(TypeQuery &query,
                     llvm::function_ref<bool(DWARFDIE die)> callback);
+  /// Get namespace DIEs whose base name match \param name with \param
----------------
jeffreytan81 wrote:

There is no `query` in `GetNamespacesWithParents` API. Are you reading `GetTypesWithQuery()` API whose comment has mentioned `query` above. 

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


More information about the lldb-commits mailing list