labath added a comment. Thanks for the patch. I've been wondering how to improve this, and this solution is pretty neat.
I have just one request. Instead of the `ReplaceLineTableWithSequences` thingy, could you just create a LineTable constructor, which takes an `ArrayRef<LineSequence *>` or similar. It looks like all it takes is to make `CreateLineSequenceContainer` static, so you can invoke it without a `LineTable` instance. (There are other possible cleanups here too, but I don't think its your job do fix all of those...) Repository: rLLDB LLDB CHANGES SINCE LAST ACTION https://reviews.llvm.org/D72909/new/ https://reviews.llvm.org/D72909 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits