↵ Return to the main page of libdwarves1
View build
Search for updates
Package Info (Data from x86_64 build)
🠗 Changelog
🠗 Provides
🠗 Files
Date | Author | Change |
---|---|---|
2017-03-08 | Martin Cermak <mcermak at redhat dot com> - 1.10-1 | - New upstream release |
2011-02-28 | Jon Stanley <jonstanley at gmail dot com> - 1.9-2 | - Fix unpackaged file |
2011-02-28 | Jon Stanley <jonstanley at gmail dot com> - 1.9-1 | - New upstream release |
2009-12-04 | Apr 23 2009 Arnaldo Carvalho de Melo <acme at redhat dot com> - 1.8-1 | - New release |
2009-02-13 | Arnaldo Carvalho de Melo <acme at redhat dot com> - 1.7-2 | - Own /usr/share/dwarves, fixes #473645 |
2009-02-13 | Arnaldo Carvalho de Melo <acme at redhat dot com> - 1.7-1 | - 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 |
2008-02-11 | Arnaldo Carvalho de Melo <acme at redhat dot com> - 1.6-1 | - c83d935a4fd561a3807f520c126c2a61ae1f4d83 - [DWARVES]: Use a hash table for the tags in a CU |
2008-02-07 | Arnaldo Carvalho de Melo <acme at redhat dot com> - 1.5-1 | - 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 |
2008-01-05 | Arnaldo Carvalho de Melo <acme at redhat dot com> - 1.4-1 | - 8e099cf5d1f204e9ea1a9c8c0f1a09a43458d9d3 - codiff fixes |
2007-12-09 | Arnaldo Carvalho de Melo <acme at redhat dot com> - 1.3-2 | - c6c71398cd2481e219ea3ef63f32c6479ba4f08f - SPEC file adjustments to follow http://fedoraproject.org/wiki/Packaging/cmake |