[Lldb-commits] [lldb] [lldb][DWARF] Delay struct/class/union definition DIE searching when parsing declaration DIEs. (PR #90663)

Zequan Wu via lldb-commits lldb-commits at lists.llvm.org
Fri May 10 13:03:33 PDT 2024


ZequanWu wrote:

I sent an alternative fix at https://github.com/llvm/llvm-project/pull/91799.

> The .debug_names spec states that only entries with definitions should be in the .debug_names table...

Do it mean the .debug_names is implemented incorrectly?

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


More information about the lldb-commits mailing list