dwarves 1.22-ok1 source package in openKylin

Changelog

dwarves (1.22-ok1) yangtze; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Mon, 25 Apr 2022 22:03:04 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
xiewei
Uploaded to:
Yangtze V1.0
Original maintainer:
Thomas Girard
Architectures:
any all
Section:
utils
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Yangtze V1.0 release main utils

Downloads

File Size SHA-256 Checksum
dwarves_1.22.orig.tar.xz 900.4 KiB 8bcba48be39da2868142440dc2ee7f1d7b99ffec8095e3a1afb280dc1a7c63df
dwarves_1.22-ok1.debian.tar.xz 12.1 KiB 3a13094c4da842e86d20f676d36e37ba86dc9a33b4ec49804f59f5fc3fffd401
dwarves_1.22-ok1.dsc 1.8 KiB ffb0ccca68d99bb018d5094cabc4352bb941427e582cc5fcc51073f9a1ca1201

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