[Lldb-commits] [lldb] Improve namespace lookup using .debug_names parent chain (PR #110062)
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 11 16:29:05 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
----------------
clayborg wrote:
This comment is out of date now. Update to mention `query`
https://github.com/llvm/llvm-project/pull/110062
More information about the lldb-commits
mailing list