[Lldb-commits] [lldb] [lldb][SymbolFileDWARF] CompleteType: Lookup type in the declaration DIE's SymbolFile (PR #120569)

Zequan Wu via lldb-commits lldb-commits at lists.llvm.org
Thu Dec 19 14:34:38 PST 2024


ZequanWu wrote:

> CompleteRecordType will call UpdateToDefDIE, which will update the Declaration stored in the map to something non-zero (we get it from the ParsedDWARFTypeAttributes(def_die)).

Ah, I missed this part. Thanks for the explanation. Also thanks for fixing those bugs introduced by the delay def die searching change.

https://github.com/llvm/llvm-project/pull/120569


More information about the lldb-commits mailing list