[Lldb-commits] [lldb] Improve performance of .debug_names lookups when DW_IDX_parent attributes are used (PR #91808)

David Blaikie via lldb-commits lldb-commits at lists.llvm.org
Mon May 13 12:15:16 PDT 2024


dwblaikie wrote:

What's an actual test case for this issue? The example given above doesn't look like it'd produce entries for the declaration of ios_base? Like here's something that looks equivalent, but is complete, and doesn't have a DW_IDX_parent on the nested typedef entry in the index: https://godbolt.org/z/efjbze3x1

it'd be good to have a reproducer for this to motivate the discussion... 

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


More information about the lldb-commits mailing list