[Lldb-commits] [lldb] [llvm] [lldb][NativePDB] Fix crash in debugger when PDB has bad type index value (PR #166455)
Charles Zablit via lldb-commits
lldb-commits at lists.llvm.org
Thu Jan 15 07:04:34 PST 2026
charles-zablit wrote:
> The LLDB changes look good to me. I don't know if it's better to land the LLVM changes separately.
The llvm changes are not justified on their own, as `llvm::Expected<CVType>LazyRandomTypeCollection::getTypeOrError(TypeIndex Index)` would not be used in the patch. I think this can be merged as is!
LGTM once the merge conflict is fixed ✅
https://github.com/llvm/llvm-project/pull/166455
More information about the lldb-commits
mailing list