jasonmolenda abandoned this revision. jasonmolenda added a comment. I had some more revisions on this patch, but I finally understood that I was solving the wrong problem with this patchset. lldb should not fetch class names up front when scanning the objective c class tables, they should only be read lazily as we evaluate an expression. The fact that we're reading names during the table scan is the problem that needs to be fixed.
Repository: rLLDB LLDB CHANGES SINCE LAST ACTION https://reviews.llvm.org/D60957/new/ https://reviews.llvm.org/D60957 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits