[Lldb-commits] [PATCH] Add lldb-mi/lldb-server test folders to PATH before in dotest.py
Greg Clayton
clayborg at gmail.com
Wed Mar 11 10:38:28 PDT 2015
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/
More information about the lldb-commits
mailing list