jankratochvil added inline comments.
================ Comment at: llvm/include/llvm/DebugInfo/DWARF/DWARFListTable.h:116 + Optional<uint64_t> getOffsetEntry(DataExtractor Data, uint32_t Index) const { + if (Index > HeaderData.OffsetEntryCount) + return None; ---------------- That is going to be addressed in D98289. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D86110/new/ https://reviews.llvm.org/D86110 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits