dwarves 1.24-4ubuntu1 source package in Ubuntu

Changelog

dwarves (1.24-4ubuntu1) lunar; urgency=medium

  * Use vendored, uptodate/compatible uapi headers even when building with
    system libbpf. This allows compiling up to date dwarves without first
    upgrading/migrating new major kernel. Note these are already used when
    doing hwe backports to LTS releases, as vendored libbpf is used as a
    whole together with the vendored uapi headers.

 -- Dimitri John Ledkov <email address hidden>  Tue, 13 Dec 2022 12:35:22 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
dwarves_1.24.orig.tar.xz 855.2 KiB 576bc112b95937dfbcd347c423696ee9e1992a338fdca1acacca736fd95f69c2
dwarves_1.24-4ubuntu1.debian.tar.xz 20.1 KiB c07ef7f8f75b0d1f3affeb8e2da50d0c0f3bfee7545a30b5d3880bb7ecb6923f
dwarves_1.24-4ubuntu1.dsc 2.2 KiB aa91c96006a6a9f6cc793d61b956771f45918099d5f21741ac3857e3968efef1

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