dwarves-dfsg 1.10-2.1 source package in Ubuntu

Changelog

dwarves-dfsg (1.10-2.1) unstable; urgency=medium

  * Non-maintainer upload.

  [ Robie Basak ]
  * Fix FTBFS with newer elfutils. (Closes: #764484)

 -- James Cowgill <email address hidden>  Thu, 24 Mar 2016 13:01:08 +0000

Upload details

Uploaded by:
Thomas Girard
Uploaded to:
Sid
Original maintainer:
Thomas Girard
Architectures:
any
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe utils

Downloads

File Size SHA-256 Checksum
dwarves-dfsg_1.10-2.1.dsc 1.9 KiB b893e31c26f7942e25b931eb3790db0d1fa105ef09d171ed04d895f925ac8c11
dwarves-dfsg_1.10.orig.tar.bz2 94.6 KiB 557306e1b58b475f689f44095ec62388877b1a8dd06174f97e309994c15bcc14
dwarves-dfsg_1.10-2.1.debian.tar.xz 5.4 KiB f710ce936c42ba9af592e56cacac1721edb4afd13378f6b5c541774eb6ab5754

No changes file available.

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 already
 used by debuggers (e.g. GDB), and more recent 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