jankratochvil added inline comments.
================ Comment at: lldb/trunk/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp:3476 + if (DWARFDIE var_die = die.GetReferencedDIE(DW_AT_count)) { + if (var_die.Tag() == DW_TAG_variable) + if (exe_ctx) { ---------------- Here it could accidentally follow a number as DIE reference, addressed by: D56068 Repository: rL LLVM CHANGES SINCE LAST ACTION https://reviews.llvm.org/D53530/new/ https://reviews.llvm.org/D53530 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits