Re: [Lldb-commits] [PATCH] D14029: [TestBreakpointCommand] Fix after r251121

2015-10-23 Thread Siva Chandra via lldb-commits
sivachandra updated this revision to Diff 38265. sivachandra added a comment. Put back the import of print_function from __future__. http://reviews.llvm.org/D14029 Files: test/functionalities/breakpoint/breakpoint_command/TestBreakpointCommand.py Index: test/functionalities/breakpoint/break

Re: [Lldb-commits] [PATCH] D14029: [TestBreakpointCommand] Fix after r251121

2015-10-23 Thread Zachary Turner via lldb-commits
Can you leave the from __future__ import print_function at the top? That's orthogonal to changing the dynamically executed code. I can reproduce this problem by running LLDB in 2.7 and entering the embedded interpreter and typing print("foo", file=sys.stdout). So I can probably fix that and this