From: LLVM Packaging Team Date: Sat, 21 Oct 2017 11:43:31 +0000 (+0100) Subject: lldb-server-path X-Git-Tag: archive/raspbian/1%3.8.1-27+rpi1^2^2~6 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3c2db18b72b3958fd334c0a36f2834cdf2704a92;p=llvm-toolchain-3.8.git lldb-server-path =================================================================== Gbp-Pq: Name lldb-server-path.diff --- diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp index 2ea1f206..29889488 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.8" #endif #if defined (HAVE_LIBCOMPRESSION)