zturner added a comment.

Seems ok I suppose, I can't find any functional changes from eyeballing it 
aside from the import changes.  I'm still confused why `utilsDebug.py` even 
worked before


================
Comment at: scripts/utilsDebug.py:14
@@ -16,2 +13,3 @@
 # Python modules:
+import sys
 
----------------
What's causing modules to be added / removed from the diffed version?  Is this 
some kind of "include what you use" type of thing that detects if you have 
unused modules?

Speaking of which, this module got *added* not removed.  How was it even 
working before?


http://reviews.llvm.org/D14375



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to