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

Felipe de Azevedo Piovezan via lldb-commits lldb-commits at lists.llvm.org
Thu May 23 08:36:14 PDT 2024


felipepiovezan wrote:


Ohhh ok,  I just inspected the debug_names/debug_info sections; there is no parent at all for the InnerState debug_names entry. In this case, the debug_names section is valid. Unfortunate, as this may cause entire CUs/TUs to be parsed (because of all the calls to ProcessEntry, which is what  the idx_parent project was addressing), but still valid.

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


More information about the lldb-commits mailing list