JDevlieghere marked an inline comment as done. JDevlieghere added inline comments.
================ Comment at: lldb/packages/Python/lldbsuite/test/lldbtest.py:510 + with recording(self, self.TraceOn()) as sbuf: + print(args, kwargs, file=sbuf) + ---------------- This should be ``` print(*args, kwargs, file=sbuf) ``` Repository: rLLDB LLDB CHANGES SINCE LAST ACTION https://reviews.llvm.org/D80448/new/ https://reviews.llvm.org/D80448 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits