[Lldb-commits] [lldb] Improve performance of .debug_names lookups when DW_IDX_parent attributes are used (PR #91808)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Wed May 29 01:21:00 PDT 2024
labath 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.
https://github.com/llvm/llvm-project/pull/91808
More information about the lldb-commits
mailing list