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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to