mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 21:40:47 +00:00
add a new package with lldb headers
This commit is contained in:
parent
618d9dd5bb
commit
adb3404d9e
12
debian/control
vendored
12
debian/control
vendored
@ -429,3 +429,15 @@ Description: Next generation, high-performance debugger
|
||||
LLDB is a next generation, high-performance debugger. It is built as a set of
|
||||
reusable components which highly leverage existing libraries in the larger LLVM
|
||||
Project, such as the Clang expression parser and LLVM disassembler.
|
||||
|
||||
Package: lldb-3.4-dev
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, lldb-3.4 (= ${binary:Version})
|
||||
Pre-Depends: ${misc:Pre-Depends}
|
||||
Description: Next generation, high-performance debugger - Header files
|
||||
LLDB is a next generation, high-performance debugger. It is built as a set of
|
||||
reusable components which highly leverage existing libraries in the larger LLVM
|
||||
Project, such as the Clang expression parser and LLVM disassembler.
|
||||
.
|
||||
This package provides the header files to build extension over lldb.
|
||||
|
||||
|
1
debian/lldb-3.4-dev.install
vendored
Normal file
1
debian/lldb-3.4-dev.install
vendored
Normal file
@ -0,0 +1 @@
|
||||
/usr/lib/llvm-3.4/include/lldb
|
Loading…
Reference in New Issue
Block a user