lldb-server-path
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Sun, 12 Mar 2017 08:49:18 +0000 (08:49 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Sun, 12 Mar 2017 08:49:18 +0000 (08:49 +0000)
===================================================================

Gbp-Pq: Name lldb-server-path.diff

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

index 2ea1f206008a71d61534db27cc1db569eef1920a..29889488e0596b0dbafa19bb89d32bc1dff8d9af 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.8"
 #endif
 
 #if defined (HAVE_LIBCOMPRESSION)