From: LLVM Packaging Team Date: Fri, 13 Oct 2017 21:42:29 +0000 (+0100) Subject: lldb-addversion-suffix-to-llvm-server-exec X-Git-Tag: archive/raspbian/1%3.9.1-19+rpi1^2^2~11 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3fc0aca50e8f366f7c66c874b5aafaca3983c25d;p=llvm-toolchain-3.9.git lldb-addversion-suffix-to-llvm-server-exec =================================================================== Gbp-Pq: Name lldb-addversion-suffix-to-llvm-server-exec.patch --- 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)