================ Comment at: test/settings/quoting/TestQuoting.py:74 @@ -71,1 +73,3 @@ + dst_file_spec = lldb.SBFileSpec('stdout.txt', False) + platform.Get(src_file_spec, dst_file_spec); with open('stdout.txt', 'r') as f: ---------------- chaoren wrote: > ovyalov wrote: > > Does it work in case of local run? It seems it might read and write data > > from/into the same file.. > I had that concern too, but it works fine on local. I remember I had such issue with platform.Put when source and destination were in the same directory. To be safe, please give them different names stdout-(local|remote).txt and check on OSX as well.
http://reviews.llvm.org/D8023 EMAIL PREFERENCES http://reviews.llvm.org/settings/panel/emailpreferences/ _______________________________________________ lldb-commits mailing list lldb-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits