dwarves-dfsg 1.21-0ubuntu1~20.04 source package in Ubuntu

Changelog

dwarves-dfsg (1.21-0ubuntu1~20.04) focal; urgency=medium

  * Backport new dwarves-dfsg to stable series without upgrading libbpf
    system-wide (LP: #1912811):
    + Update lib/bpf to libbpf_0.4.0-1ubuntu1.
    + Disable lto, since it is disabled in libbpf.
    + Build with embedded libbpf.
    + Drop libbpf-dev build dependency.
    + Lower debhelper-compat to 12.

 -- Dimitri John Ledkov <email address hidden>  Mon, 20 Sep 2021 13:10:02 +0100

Upload details

Uploaded by:
Dimitri John Ledkov
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
dwarves-dfsg_1.21.orig.tar.xz 889.1 KiB 33a8bed6c0e1a5889578e01d1afed3f752353dc087d8bda36d258fe83e42a476
dwarves-dfsg_1.21-0ubuntu1~20.04.debian.tar.xz 69.8 KiB 78b2d9c12db384effef1850cd5c4569d10c5b268d3f0778e8caf44923d743b6a
dwarves-dfsg_1.21-0ubuntu1~20.04.dsc 2.1 KiB 15cc658634c94e41f78a9cb2507bfabeae303bc96021869462ad8f55ac616793

View changes file

Binary packages built by this source

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

dwarves-dbgsym: debug symbols for dwarves