[Lldb-commits] [PATCH] Add lldb-mi/lldb-server test folders to PATH before in dotest.py

Ilia K ki.stfu at gmail.com
Wed Mar 11 12:07:13 PDT 2015


================
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')
----------------
clayborg wrote:
> Can we rename this to toolsLLDBMIPath?
Why? Look at lines 965-967. I think I follow for the naming convention.

http://reviews.llvm.org/D8207

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






More information about the lldb-commits mailing list