mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-10 10:01:42 +00:00
Fixes errors in remote tests
llvm-svn: 237603
This commit is contained in:
parent
f8b9a1da2b
commit
7b6039d456
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user