From: LLVM Packaging Team Date: Wed, 26 Apr 2017 21:13:02 +0000 (+0000) Subject: lldb-addversion-suffix-to-llvm-server-exec X-Git-Tag: archive/raspbian/1%4.0.1-1+rpi1~3^2~10 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=681c30589389d456a7c2c9b7390e480449199be6;p=llvm-toolchain-4.0.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 f164b1411..d1a6686d4 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)