From c74839603dc2b452a21661ac7a7f8984d68be9a9 Mon Sep 17 00:00:00 2001 From: LLVM Packaging Team Date: Fri, 22 Dec 2017 10:17:30 +0000 Subject: [PATCH] lldb-addversion-suffix-to-llvm-server-exec =================================================================== Gbp-Pq: Name lldb-addversion-suffix-to-llvm-server-exec.patch --- .../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 f164b141..d1a6686d 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.9" #endif #if defined (HAVE_LIBCOMPRESSION) -- 2.30.2