From: LLVM Packaging Team Date: Tue, 25 Apr 2017 17:46:34 +0000 (+0000) Subject: lldb-server-path X-Git-Tag: archive/raspbian/1%3.8.1-23+rpi1~3^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b1a7d3316fa19fa61ff8367dc1ad2da7d7707c47;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)