Name: | dwarves |
---|---|
Version: | 1.10 |
Release: | 1.el7 |
Architecture: | aarch64 |
Group: | Development/Tools |
Size: | 741367 |
License: | GPLv2 |
RPM: | dwarves-1.10-1.el7.aarch64.rpm |
Source RPM: | dwarves-1.10-1.el7.src.rpm |
Build Date: | Thu May 24 2018 |
Build Host: | ca-buildarm02.us.oracle.com |
Vendor: | Oracle America |
URL: | http://oops.ghostprotocols.net:81/blog |
Summary: | Debugging Information Manipulation Tools |
Description: | dwarves is a set of tools that use the debugging information inserted in ELF binaries by compilers such as GCC, used by well known debuggers such as GDB, and more recent ones such as systemtap. Utilities in the dwarves suite include pahole, that can be used to find alignment holes in structs and classes in languages such as C, C++, but not limited to these. It also extracts other information such as CPU cacheline alignment, helping pack those structures to achieve more cache hits. A diff like tool, codiff can be used to compare the effects changes in source code generate on the resulting binaries. Another tool is pfunct, that can be used to find all sorts of information about functions, inlines, decisions made by the compiler about inlining, etc. |
- New upstream release
- Fix unpackaged file
- New upstream release
- New release
- Own /usr/share/dwarves, fixes #473645
- A CTF decoder based on work done by David S. Miller - Handle DW_TAG_class_type, - Add support for showing classes with a prefix - Add support to DW_TAG_ptr_to_member_type - Handle typedef definitions in functions - Print the number of members in a struct/class - Handle the empty base optimization trick (Zero sized C++ class) - codiff detect changes in the prototype even when function size doesn't change - pfunct: Implement --expand_types - Reduce memory consumption by using a strings table - Speed up struct search by name - Several minor bug fixes and infrastructure improvements. - Initial man page for pahole
- c83d935a4fd561a3807f520c126c2a61ae1f4d83 - [DWARVES]: Use a hash table for the tags in a CU
- c4e49add9e48ff08a8ba4187ea43d795af995136 - PAHOLE: Introduce --defined_in - DWARVES: Another fix for DW_TAG_base_type entries without DW_AT_name - PAHOLE: Cope with DW_TAG_basic_type entries without DW_AT_name - CODIFF: Allow passing /dev/null as one of the files to compare - DWARVES: Allow passing NULL as self to cu__find_ - DWARVES: Fixup usage messages - DWARVES: Find holes in inner, nameless structs - DWARVES: Adopt tag__follow_typedef from pahole - DWARVES: Add some destructors: tag, cu, namespace - CODIFF: Check if the objects are the same when we have build-id - DWARVES: Introduce cu__same_build_id - DWARVES_REORGANIZE: Proper tail padding fixup - DWARVES: Don't search in empty structs - DWARVES: Follow const and volatile tags to its ultimate types - PAHOLE: Add a newline after the --class_dwarf_offset output - PAHOLE: Expose type__find_first_biggest_size_base_type_member - DWARVES: Introduce type__find_first_biggest_size_base_type_member - PAHOLE: Account arrays properly when changing word-size - PAHOLE: Follow typedefs too when resizing unions - PAHOLE: Follow typedefs to find if they are resized structs/unions - PAHOLE: Check if types of struct and union members were already resized - DWARVES_REORGANIZE: Fixup class__fixup_alingment - PAHOLE: Allow changing the architecture word-size - DWARVES_REORGANIZE: Adopt class__add_offsets_from and class__fixup_alignment from ctracer - DWARVES: build id support requires a recent elfutils package
- 8e099cf5d1f204e9ea1a9c8c0f1a09a43458d9d3 - codiff fixes
- c6c71398cd2481e219ea3ef63f32c6479ba4f08f - SPEC file adjustments to follow http://fedoraproject.org/wiki/Packaging/cmake