From: LLVM Packaging Team Date: Fri, 2 Jun 2017 13:14:18 +0000 (+0000) Subject: lldb-addversion-suffix-to-llvm-server-exec X-Git-Tag: archive/raspbian/1%3.9.1-9+rpi1^2~8 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f3aa66cc0268e24e149291013b5f55f5e20c2eb5;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)