Re: [Lldb-commits] [PATCH] D13879: Change print statements to print function calls

2015-10-19 Thread Zachary Turner via lldb-commits
zturner closed this revision. zturner added a comment. Submitted in http://reviews.llvm.org/rL250763 http://reviews.llvm.org/D13879 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Re: [Lldb-commits] [PATCH] D13879: Change print statements to print function calls

2015-10-19 Thread Todd Fiala via lldb-commits
tfiala accepted this revision. tfiala added a comment. This revision is now accepted and ready to land. LGTM, Zachary! http://reviews.llvm.org/D13879 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/lis

Re: [Lldb-commits] [PATCH] D13879: Change print statements to print function calls

2015-10-19 Thread Zachary Turner via lldb-commits
zturner updated this revision to Diff 37811. zturner added a comment. Sorry, uploaded the wrong patch the second time. This should be the one that gets everything. http://reviews.llvm.org/D13879 Files: test/bench.py test/curses_results.py test/dosep.py test/dotest.py test/dotest_arg

Re: [Lldb-commits] [PATCH] D13879: Change print statements to print function calls

2015-10-19 Thread Zachary Turner via lldb-commits
zturner updated this revision to Diff 37808. zturner added a comment. I missed a few files, this gets everything. (Still only print statements) http://reviews.llvm.org/D13879 Files: test/dosep.py test/dotest.py test/lldbtest.py Index: test/lldbtest.py ===

[Lldb-commits] [PATCH] D13879: Change print statements to print function calls

2015-10-19 Thread Zachary Turner via lldb-commits
zturner created this revision. zturner added a reviewer: tfiala. zturner added a subscriber: lldb-commits. This patch was generating by running `2to3` on the files in the lldb/test directory. This patch should be NFC, but it does introduce the `from __future__ import print_function` l