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 (>> 7.0.5), quilt (>= 0.47), libelf-dev, binutils-dev
Standards-Version: 3.8.4
Package: dwarfdump
Section: utils
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: original utility to dump DWARF debug information from ELF objects
This is the older implementation of dwarfdump written in C, see the
dwarfdump2 package for the updated C++ version.
.
This library 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.
|