felipepiovezan wrote:

> Current BOLT behavior is to skip that DIE and reference it's parent:

This, on the other hand, is concerning. It needs to reflect the debug_info 
section, otherwise we can't use debug_names to answer queries like "find 
A::B::C::D".
It would be better if the BOLT compiler produced either a "parent_not_indexed" 
entry, or  no parent at all, or implement the nameless parent. All of these 
allow LLDB to correctly answer the query above, but what BOLT is currently 
doing does not

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