[Lldb-commits] [lldb] [llvm] [CodeView] Resolve all forward referenced types from TPI stream (PR #193064)

Zequan Wu via lldb-commits lldb-commits at lists.llvm.org
Mon Apr 27 15:57:19 PDT 2026


ZequanWu wrote:

I wonder in which case lldb would use wrong type index in the example of #187883. Will type index 0x1006 (the one without ptr) ever be referenced somewhere after uncommenting it? If no, lldb shouldn't even try to create type using that index (it should just create the type from the variable symbol record that refers to the correct type 0x1008). Maybe something else happens I'm not aware of.

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


More information about the lldb-commits mailing list