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 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85
|
Source: dwarves
Section: utils
Maintainer: HÃ¥vard F. Aasen <havard.f.aasen@pfft.no>
Build-Depends:
debhelper-compat (= 13),
cmake (>= 2.4.8),
libbpf-dev (>= 1:1.0.1) [linux-any],
libdw-dev (>= 0.141),
libelf-dev,
linux-libc-dev (>= 6.0~) [linux-any],
pkgconf,
zlib1g-dev,
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/debian/dwarves
Vcs-Git: https://salsa.debian.org/debian/dwarves.git
Homepage: https://git.kernel.org/pub/scm/devel/pahole/pahole.git
Package: libdwarves-dev
Section: libdevel
Architecture: linux-any
Multi-Arch: same
Depends:
libdwarves1 (= ${binary:Version}),
${misc:Depends},
Description: set of advanced DWARF utilities - development files
This package contains tools that use the DWARF debugging information
inserted in ELF binaries by the compiler. This information is used by
debuggers (e.g. GDB), and other tools such as systemtap.
.
This package contains the development files to build programs against
dwarves.
Package: dwarves
Architecture: all
Multi-Arch: foreign
Section: oldlibs
Depends:
pahole (>= 1.22),
${misc:Depends},
Description: set of advanced DWARF utilities - transitional package
This is a "dummy" package that depends on the newly named pahole.
Package: libdwarves1
Section: libs
Architecture: linux-any
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends},
Description: set of advanced DWARF utilities - shared library
This package contains tools that use the DWARF debugging information
inserted in ELF binaries by the compiler. This information is used by
debuggers (e.g. GDB), and other tools such as systemtap.
.
This package contains dwarves shared library.
Package: pahole
Architecture: linux-any
Multi-Arch: foreign
Replaces:
dwarves (<< 1.22),
Breaks:
dwarves (<< 1.22),
Depends:
libdwarves1 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Description: set of advanced DWARF utilities
This package contains tools that use the DWARF debugging information
inserted in ELF binaries by the compiler. This information is used by
debuggers (e.g. GDB), and other tools such as systemtap.
.
Utilities in the dwarves suite include:
.
- pahole: finds alignment holes in structs and classes in languages
such as C/C++, CPU cacheline alignment. Helps repack those structures
to achieve more cache hits.
- codiff: a diff like tool to compare the effects changes in source
code generate on the resulting binaries
- pfunct: displays all sorts of information about functions, inlines, etc.
- pdwtags: pretty-prints DWARF information
- pglobal: lists global symbols
- prefcnt: counts DWARF tags usage
- syscse: system call sign extender
- dtagnames: lists tag names
|