From f3aa66cc0268e24e149291013b5f55f5e20c2eb5 Mon Sep 17 00:00:00 2001 From: LLVM Packaging Team Date: Fri, 2 Jun 2017 13:14:18 +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