blob: e494c62adc8892aa3e2c24a7bb9c954ea23abc49 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
Source: dwarfutils
Section: libs
Priority: optional
Maintainer: Troy Heber <troyh@debian.org>
Uploaders:
Build-Depends: debhelper (>> 9), quilt (>= 0.47), libelf-dev, binutils-dev
Standards-Version: 3.9.3.1
Package: dwarfdump
Section: utils
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: utility to dump DWARF debug information from ELF objects
This package contains the newer implementation of dwarfdump written in C++,
sometimes called dwarfdump2.
.
This utility is part of dwarfutils.
Package: libdwarf-dev
Section: libdevel
Architecture: any
Conflicts: libdw-dev
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: library to consume and produce DWARF debug information
The libdwarf package provides a shared library which allows reading/consumer
and writing/producer of DWARF debugging information from object files, shared
libraries, and executables.
.
This library is part of dwarfutils.
|