dwarves 1.25-0ubuntu1 source package in Ubuntu

Changelog

dwarves (1.25-0ubuntu1) mantic; urgency=medium

  * New upstream release.
  * Drop cherry-picked patches, included in the new upstream release.
  * Remaining changes:
    - Use vendored, uptodate/compatible uapi headers even when building
    with system libbpf.

 -- Dimitri John Ledkov <email address hidden>  Tue, 25 Apr 2023 14:34:05 +0100

Upload details

Uploaded by:
Dimitri John Ledkov
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
dwarves_1.25.orig.tar.xz 2.1 MiB e7d45955f6f4eca25a4c8c3bd6611059b35dc217e45976681d7db170fccdec4a
dwarves_1.25-0ubuntu1.debian.tar.xz 17.0 KiB 7f83e40943e6088245f3e4a43ea1de7f96c23abf321bac6e86be1f427c5540e4
dwarves_1.25-0ubuntu1.dsc 2.2 KiB 5e16063ee60389dc4240547f4fe8c5118c96b97b5106584e42a09b85002f1b8e

Available diffs

View changes file

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