Sat, 04 May 2024 19:37:00 UTC | login

Information for build dwarves-1.17-4.fc33

ID188964
Package Namedwarves
Version1.17
Release4.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/dwarves.git#a4cff2dccde29252f73bc8e170feead7d0c50e3f
SummaryDebugging Information Manipulation Tools (pahole & friends)
Descriptiondwarves 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. These tools can also be used to encode and read the BTF type information format used with the Linux kernel bpf syscall, using 'pahole -J' and 'pahole -F btf'. 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. One example of pfunct usage is in the fullcircle tool, a shell that drivers pfunct to generate compileable code out of a .o file and then build it using gcc, with the same compiler flags, and then use codiff to make sure the original .o file and the new one generated from debug info produces the same debug info. The btfdiff utility compares the output of pahole from BTF and DWARF to make sure they produce the same results.
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 27 Nov 2020 23:18:23 UTC
CompletedFri, 27 Nov 2020 23:41:27 UTC
Taskbuild (f33, /rpms/dwarves.git:a4cff2dccde29252f73bc8e170feead7d0c50e3f)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/dwarves.git#a4cff2dccde29252f73bc8e170feead7d0c50e3f'}}
Tags
f33
RPMs
src
dwarves-1.17-4.fc33.src.rpm (info) (download)
riscv64
dwarves-1.17-4.fc33.riscv64.rpm (info) (download)
libdwarves1-1.17-4.fc33.riscv64.rpm (info) (download)
libdwarves1-devel-1.17-4.fc33.riscv64.rpm (info) (download)
dwarves-debuginfo-1.17-4.fc33.riscv64.rpm (info) (download)
dwarves-debugsource-1.17-4.fc33.riscv64.rpm (info) (download)
libdwarves1-debuginfo-1.17-4.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Mon Aug 31 2020 - Zamir SUN <sztsian@gmail.com> - 1.17-4 - Fix FTBFS - Resolves: bug 1863459 * Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.17-3 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.17-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Feb 12 2020 Arnaldo Carvalho de Melo <acme@redhat.com> - 1.16-1 - New release: 1.16 * Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.15-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.15-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Mon Jul 01 2019 Arnaldo Carvalho de Melo <acme@redhat.com> - 1.15-2 - Fix bug when processing classes without members * Thu Jun 27 2019 Arnaldo Carvalho de Melo <acme@redhat.com> - 1.15-1 - New release: 1.15 - Fix --expand_types/-E segfault - Fixup endless printing named structs inside structs in --expand_types - Avoid NULL deref with num config in __class__fprintf() * Tue Apr 23 2019 Arnaldo Carvalho de Melo <acme@redhat.com> - 1.13-1 - New release: 1.13 - Infer __packed__ attributes, i.e. __attribute__((__packed__)) - Support DW_AT_alignment, i.e. __attribute__((__aligned__(N))) - Decode BTF type format and pretty print it - BTF encoding fixes - Use libbpf's BTF deduplication - Support unions as arguments to -C/--class - New 'pfunct --compile' generates compilable output with type definitions * Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.12-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild