From 3c2db18b72b3958fd334c0a36f2834cdf2704a92 Mon Sep 17 00:00:00 2001 From: LLVM Packaging Team Date: Sat, 21 Oct 2017 12:43:31 +0100 Subject: [PATCH] lldb-server-path =================================================================== Gbp-Pq: Name lldb-server-path.diff --- .../Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp index 2ea1f206..29889488 100644 --- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp +++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp @@ -40,7 +40,7 @@ #if defined(__APPLE__) # define DEBUGSERVER_BASENAME "debugserver" #else -# define DEBUGSERVER_BASENAME "lldb-server" +# define DEBUGSERVER_BASENAME "lldb-server-3.8" #endif #if defined (HAVE_LIBCOMPRESSION) -- 2.30.2