felipepiovezan wrote:

Ohhh ok,  I just inspected the debug_names/debug_info sections; there is no 
parent at all for the InnerState debug_names entry. In this case, the 
debug_names section is valid. Unfortunate, as this may cause entire CUs/TUs to 
be parsed (because of all the calls to ProcessEntry, which is what  the 
idx_parent project was addressing), but still valid.

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