================ @@ -440,12 +440,6 @@ static void GetTypeLookupContextImpl(DWARFDIE die, continue; } - // If there is no name, then there is no need to look anything up for this - // DIE. - const char *name = die.GetName(); - if (!name || !name[0]) - return; - ---------------- clayborg wrote:
Do we want to only pull out this match if this is a `DW_TAG_namespace`? Or is it useful to have unnamed structs/unions/classes in the contenxt? https://github.com/llvm/llvm-project/pull/102111 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits