[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
Wed May 29 11:38:22 PDT 2024
ayermolo wrote:
> > I have a follow up question.
>
> It sounds like you've answered it yourself. :)
>
> With this kind of debug info, lldb would think this refers to a global entity and return it for queries like `::InnerState`. Without that entry, lldb will (correctly) look up the context in the DIE tree, and compare it that way.
Yes, although it wasn't clear to me how lldb would handle it. Thanks for elaborating. :)
https://github.com/llvm/llvm-project/pull/91808
More information about the lldb-commits
mailing list