Mon, 29 Apr 2024 15:32:14 UTC | login

Information for build dwarves-1.25-5.fc40

ID301361
Package Namedwarves
Version1.25
Release5.fc40
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/dwarves.git#01b58618599ef9a2522cfc9692be86cd0dd8c60d
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. Pahole also can be used to use all this type information to pretty print raw data according to command line directions. Headers can have its data format described from debugging info and offsets from it can be used to further format a number of records. 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, 22 Mar 2024 14:30:41 UTC
CompletedFri, 22 Mar 2024 14:40:19 UTC
Taskbuild (f40, /rpms/dwarves.git:01b58618599ef9a2522cfc9692be86cd0dd8c60d)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/dwarves.git#01b58618599ef9a2522cfc9692be86cd0dd8c60d'}}
Tags
f40
RPMs
src
dwarves-1.25-5.fc40.src.rpm (info) (download)
riscv64
dwarves-1.25-5.fc40.riscv64.rpm (info) (download)
libdwarves1-1.25-5.fc40.riscv64.rpm (info) (download)
libdwarves1-devel-1.25-5.fc40.riscv64.rpm (info) (download)
dwarves-debuginfo-1.25-5.fc40.riscv64.rpm (info) (download)
dwarves-debugsource-1.25-5.fc40.riscv64.rpm (info) (download)
libdwarves1-debuginfo-1.25-5.fc40.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
Changelog * Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.25-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.25-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Wed Oct 11 2023 Viktor Malik <vmalik@redhat.com> - 1.25-3 - Migrate license to SPDX * Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.25-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Sat Apr 08 2023 Arnaldo Carvalho de Melo <acme@redhat.com> - 1.25-1 - New release: v1.25 - Support for DW_TAG_unspecified_type more generally. - Make sure struct member offsets are in ascending order. Rust BTF needs this. - Support C atomic types (DW_TAG_atomic_type). - Initial support for DW_TAG_LLVM_annotation, used for BTF type tags, for __rcu, __user, etc - Exclude functions with the same name (static functions in different CUs), inconsistent prototypes or not following calling convention. - Allow generation of BTF for optimized functions, those that end with a .isra*, .constprop*. - Support 'pahole --lang=/--lang_exclude=asm' - Support --compile from DWARF in addition to from BTF. - Exclude RUST CUs in 'btfdiff', as those are not yet being BTF encoded. * Fri Feb 17 2023 Arnaldo Carvalho de Melo <acme@redhat.com> - 1.24-3 - Backport the DW_TAG_unspecified_type support while 1.25 gets ready wrt optimized functions support * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.24-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Wed Aug 17 2022 Arnaldo Carvalho de Melo <acme@redhat.com> - 1.24-1 - New release: v1.24 - Add support to BTF_KIND_ENUM64. - Support multithreaded BTF encoding. - Encode char type as signed in BTF. - Introduce --lang and --lang_exclude to pahole. - Introduce --compile to pahole. - Don't segfault when processing bogus files. * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.23-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild