mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-11-03 04:06:13 +00:00
Ship lldb-mi in lldb
This commit is contained in:
parent
fd4f04c80c
commit
35b6cf39fc
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
llvm-toolchain-snapshot (1:3.5~svn209039-3) unstable; urgency=medium
|
||||
|
||||
* Ship lldb-mi in lldb
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Mon, 19 May 2014 13:58:01 +0200
|
||||
|
||||
llvm-toolchain-snapshot (1:3.5~svn209039-2) unstable; urgency=medium
|
||||
|
||||
* Provide a link as compatibility with previous lib name (Closes: #748569)
|
||||
|
||||
2
debian/lldb-3.5.install.in
vendored
2
debian/lldb-3.5.install.in
vendored
@ -2,9 +2,11 @@ usr/bin/lldb-3.5
|
||||
usr/lib/llvm-3.5/bin/lldb
|
||||
usr/lib/llvm-3.5/bin/lldb-platform
|
||||
usr/lib/llvm-3.5/bin/lldb-gdbserver
|
||||
usr/lib/llvm-3.5/bin/lldb-mi
|
||||
usr/lib/llvm-3.5/lib/liblldb.so.1 /usr/lib/@DEB_HOST_MULTIARCH@/
|
||||
usr/lib/llvm-3.5/lib/python2.7/site-packages/lldb/
|
||||
usr/lib/llvm-3.5/lib/python2.7/site-packages/readline.so
|
||||
|
||||
usr/bin/lldb-platform-3.5
|
||||
usr/bin/lldb-gdbserver-3.5
|
||||
usr/bin/lldb-mi-3.5
|
||||
|
||||
1
debian/lldb-3.5.links.in
vendored
1
debian/lldb-3.5.links.in
vendored
@ -5,3 +5,4 @@ usr/lib/@DEB_HOST_MULTIARCH@/liblldb.so.1 usr/lib/llvm-3.5/lib/liblldb.so.
|
||||
usr/bin/lldb-3.5 usr/bin/lldb
|
||||
usr/bin/lldb-platform-3.5 usr/bin/lldb-platform
|
||||
usr/bin/lldb-gdbserver-3.5 usr/bin/lldb-gdbserver
|
||||
usr/bin/lldb-mi 3.5 usr/bin/lldb-mi
|
||||
|
||||
Loading…
Reference in New Issue
Block a user