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

Alexander Yermolovich via lldb-commits lldb-commits at lists.llvm.org
Thu May 30 13:48:09 PDT 2024


ayermolo wrote:

> > @felipepiovezan I have another question. For the same example. I see:
> 
> You are right. The fact that they have the same relative offset tells me that some part of the code is failing to account for TUs. I just checked the printing code in the hope that it was a mistake while dumping, but it doesn't seem to be...

yeah not print tools, at assembly it points to wrong thing. :(

Do you think you would be able to fix? :D

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


More information about the lldb-commits mailing list