dwarves 1.22-2 source package in Ubuntu

Changelog

dwarves (1.22-2) unstable; urgency=medium

  * Mark dwarves binary as Multi-Arch foreign.
  * Update libbpf-dev Build-Depends version.
  * Consolidate and forward patches.
  * Add test: pahole-struct-with-hole.
  * Disable BPF support on hurd-i386, kfreebsd-amd64 and kfreebsd-i386:
    - add add_cmake_libbpf_enabled_option.patch
  * Rename branch debian/master to debian/main.

 -- Domenico Andreoli <email address hidden>  Fri, 21 Jan 2022 19:55:31 +0100

Upload details

Uploaded by:
Thomas Girard
Uploaded to:
Sid
Original maintainer:
Thomas Girard
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
dwarves_1.22-2.dsc 2.1 KiB b19783e36f36682f40e2fac889bf5788200f4f8c48019c07f5da2537dcd6f0af
dwarves_1.22.orig.tar.xz 900.4 KiB 8bcba48be39da2868142440dc2ee7f1d7b99ffec8095e3a1afb280dc1a7c63df
dwarves_1.22-2.debian.tar.xz 17.6 KiB 3c1edff39071e3252a60b2ffc6596e8fe9729bf661dff4b0c223b31391b08065

Available diffs

No changes file available.

Binary packages built by this source

dwarves: set of advanced DWARF utilities - transitional package

 This is a "dummy" package that depends on the newly named pahole.

pahole: 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

pahole-dbgsym: debug symbols for pahole