Fix the path to lldb-server (to lldb-server-3.9) (Closes: #846638)

This commit is contained in:
Sylvestre Ledru 2017-01-07 14:53:49 +00:00
parent 3e9ae93627
commit 8edaa63dab
3 changed files with 22 additions and 1 deletions

1
debian/changelog vendored
View File

@ -3,6 +3,7 @@ llvm-toolchain-3.9 (1:3.9.1-2) unstable; urgency=medium
* debian/orig-tar.sh: less verbose
* Remove the info section from the generated manpages (Closes: #846269)
* Disable libedit usage in lldb because of garbage (Closes: #846616)
* Fix the path to lldb-server (to lldb-server-3.9) (Closes: #846638)
-- Sylvestre Ledru <sylvestre@debian.org> Sat, 17 Dec 2016 17:55:44 +0100

20
debian/patches/lldb-server-path.diff vendored Normal file
View File

@ -0,0 +1,20 @@
Index: llvm-toolchain-3.9-3.9.1/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
===================================================================
--- llvm-toolchain-3.9-3.9.1.orig/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
+++ llvm-toolchain-3.9-3.9.1/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
@@ -37,14 +37,10 @@
// Project includes
#include "ProcessGDBRemoteLog.h"
-#ifndef DEBIAN_VERSION_SUFFIX
-#define DEBIAN_VERSION_SUFFIX ""
-#endif
-
#if defined(__APPLE__)
# define DEBUGSERVER_BASENAME "debugserver"
#else
-# define DEBUGSERVER_BASENAME "lldb-server" DEBIAN_VERSION_SUFFIX
+# define DEBUGSERVER_BASENAME "lldb-server-3.9"
#endif
#if defined (HAVE_LIBCOMPRESSION)

View File

@ -38,8 +38,8 @@ clang-tidy-run-bin.diff
drop-wrong-hack-arm64.patch
fix-scan-view-path.diff
clang-fix-cmpxchg8-detection-on-i386.patch
lldb-addversion-suffix-to-llvm-server-exec.patch
upstream-msan-prevent-initialization-failure.diff
upstream-asan-msan-fix-reallocation-logic.diff
lit-force-lang.diff
clang-arm-default-vfp3-on-armv7a.patch
lldb-server-path.diff