[Lldb-commits] [lldb] Improve performance of .debug_names lookups when DW_IDX_parent attributes are used (PR #91808)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Tue May 21 08:46:29 PDT 2024
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
More information about the lldb-commits
mailing list