lldb-addversion-suffix-to-llvm-server-exec
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Sun, 18 Jun 2017 17:12:15 +0000 (18:12 +0100)
committerSylvestre Ledru <sylvestre@debian.org>
Sun, 18 Jun 2017 17:12:15 +0000 (18:12 +0100)
===================================================================

Gbp-Pq: Name lldb-addversion-suffix-to-llvm-server-exec.patch

lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp

index f164b1411be8f08305a93c25d5d79fd5a18d87c7..d1a6686d4a3482c44e98058f1df314a9bbffa107 100644 (file)
@@ -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)