dwarves 1.31-ok1 source package in openKylin

Changelog

dwarves (1.31-ok1) huanghe; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Mon, 01 Jun 2026 16:49:19 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Huanghe V3.0
Original maintainer:
Håvard F. Aasen
Architectures:
linux-any all
Section:
utils
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main utils

Downloads

File Size SHA-256 Checksum
dwarves_1.31.orig.tar.xz 2.2 MiB 0a7f255ccacf8cc7f8cd119099eb327179b4b3c67cb015af646af6d0cb03054d
dwarves_1.31-ok1.debian.tar.xz 10.3 KiB 0d336c68ea3a29489aa627c242c888e3e87368205d02279b4b6e415f1fba944a
dwarves_1.31-ok1.dsc 2.1 KiB 8ad2e075cdd3c48639d7a5abe27855ed1e0899cd57f37ee4605ee3afa2b92141

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.

libdwarves-dev: 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.

libdwarves1: 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.

libdwarves1-dbgsym: debug symbols for libdwarves1
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