A few rename changes and this looks good.

================
Comment at: test/dotest.py:935
@@ -934,1 +934,3 @@
     pexpectPath = os.path.join(scriptPath, 'pexpect-2.4')
+    toolsLldbMiPath = os.path.join(scriptPath, 'tools', 'lldb-mi')
+    toolsLldbServerPath = os.path.join(scriptPath, 'tools', 'lldb-server')
----------------
Can we rename this to toolsLLDBMIPath?

================
Comment at: test/dotest.py:936
@@ -935,1 +935,3 @@
+    toolsLldbMiPath = os.path.join(scriptPath, 'tools', 'lldb-mi')
+    toolsLldbServerPath = os.path.join(scriptPath, 'tools', 'lldb-server')
 
----------------
Can we rename this to toolsLLDBServerPath?

http://reviews.llvm.org/D8207

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/



_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to