labath wrote: > > I was not able to produce a DW_IDX_parent_entries referring to any kind of > > class type > > When I compile the following with `clang++ test.cpp -c -gdwarf-5 -O0 -o - | > dwarfdump --debug-names -`, I get the right parent chain. Is this not true > when you try it?
I do get it. It was my bad, I had a leftover -fdebug-types-section flag in my test cmd from when I was experimenting with the debug types section. I guess that's another thing to chalk up to https://github.com/llvm/llvm-project/issues/77696 https://github.com/llvm/llvm-project/pull/91808 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits