clayborg wrote:

> The change/explanation looks intuitive, but I remember having seen DIE entry 
> with `DW_AT_declaration (true)` but is not a forward declaration (it is a 
> definition and has other attributes) . Will we cause regression in that case?

No, it is ok for `DW_AT_declaration(true)` DIEs to be in the DWARF and contain 
children. They just won't declare the type itself. In the example above, you 
can see that "ios_base" contains typedefs.

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