dwarves 1.25-ok2 source package in openKylin

Changelog

dwarves (1.25-ok2) nile; urgency=medium

  * update debian/control.

 -- Luoyaoming <email address hidden>  Tue, 12 Mar 2024 10:51:57 +0800

Upload details

Uploaded by:
luoyaoming
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
any all
Section:
utils
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 release main utils
Nile V2.0 proposed main utils

Downloads

File Size SHA-256 Checksum
dwarves_1.25.orig.tar.xz 2.1 MiB 1bd9e4970a264dbffea492bf86d557703333fa5035a753ce58f4964bd61940d3
dwarves_1.25-ok2.debian.tar.xz 9.5 KiB dd3f0265eaf544f95eeee677b8d728ae47fceee0a0e5278fd4a2025786baf58f
dwarves_1.25-ok2.dsc 2.0 KiB 5fb5b021465988eba802f85b275dcd990404fa74b1f3a0711dac8458a06bc31a

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