mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-12 11:06:17 +00:00
Fix the path to lldb-server (to lldb-server-3.9) (Closes: #846638)
This commit is contained in:
parent
3e9ae93627
commit
8edaa63dab
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -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
20
debian/patches/lldb-server-path.diff
vendored
Normal 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)
|
2
debian/patches/series
vendored
2
debian/patches/series
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user