[Lldb-commits] [lldb] r237603 - Fixes errors in remote tests
Vince Harron
vince at nethacker.com
Mon May 18 12:44:19 PDT 2015
Author: vharron
Date: Mon May 18 14:44:19 2015
New Revision: 237603
URL: http://llvm.org/viewvc/llvm-project?rev=237603&view=rev
Log:
Fixes errors in remote tests
Modified:
lldb/trunk/test/tools/lldb-server/lldbgdbserverutils.py
Modified: lldb/trunk/test/tools/lldb-server/lldbgdbserverutils.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/tools/lldb-server/lldbgdbserverutils.py?rev=237603&r1=237602&r2=237603&view=diff
==============================================================================
--- lldb/trunk/test/tools/lldb-server/lldbgdbserverutils.py (original)
+++ lldb/trunk/test/tools/lldb-server/lldbgdbserverutils.py Mon May 18 14:44:19 2015
@@ -67,7 +67,7 @@ def get_lldb_server_exe():
if "LLDB_DEBUGSERVER_PATH" in os.environ:
return os.environ["LLDB_DEBUGSERVER_PATH"]
- return _get_debug_monitor_from_lldb(lldb_exe, "lldb-server")
+ return _get_debug_monitor_from_lldb(lldbtest_config.lldbExec, "lldb-server")
def get_debugserver_exe():
"""Return the debugserver exe path.
More information about the lldb-commits
mailing list