Fri, 31 Mar 2023 01:21:19 UTC

Information for build dwarves-1.13-1.fc30

ID1253558
Package Namedwarves
Version1.13
Release1.fc30
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/dwarves.git#8f5c45fb91b05a0c4844744ad5d5591e8fb26f37
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.
Built byacme
State complete
Volume fedora_koji_archive04
StartedTue, 23 Apr 2019 15:44:29 UTC
CompletedTue, 23 Apr 2019 15:48:12 UTC
Taskbuild (f30-candidate, /rpms/dwarves.git:8f5c45fb91b05a0c4844744ad5d5591e8fb26f37)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/dwarves.git#8f5c45fb91b05a0c4844744ad5d5591e8fb26f37'}}
Tags
f30-updates
RPMs
src
dwarves-1.13-1.fc30.src.rpm (info) (download)
aarch64
dwarves-1.13-1.fc30.aarch64.rpm (info) (download)
libdwarves1-1.13-1.fc30.aarch64.rpm (info) (download)
libdwarves1-devel-1.13-1.fc30.aarch64.rpm (info) (download)
dwarves-debuginfo-1.13-1.fc30.aarch64.rpm (info) (download)
dwarves-debugsource-1.13-1.fc30.aarch64.rpm (info) (download)
libdwarves1-debuginfo-1.13-1.fc30.aarch64.rpm (info) (download)
armv7hl
dwarves-1.13-1.fc30.armv7hl.rpm (info) (download)
libdwarves1-1.13-1.fc30.armv7hl.rpm (info) (download)
libdwarves1-devel-1.13-1.fc30.armv7hl.rpm (info) (download)
dwarves-debuginfo-1.13-1.fc30.armv7hl.rpm (info) (download)
dwarves-debugsource-1.13-1.fc30.armv7hl.rpm (info) (download)
libdwarves1-debuginfo-1.13-1.fc30.armv7hl.rpm (info) (download)
i686
dwarves-1.13-1.fc30.i686.rpm (info) (download)
libdwarves1-1.13-1.fc30.i686.rpm (info) (download)
libdwarves1-devel-1.13-1.fc30.i686.rpm (info) (download)
dwarves-debuginfo-1.13-1.fc30.i686.rpm (info) (download)
dwarves-debugsource-1.13-1.fc30.i686.rpm (info) (download)
libdwarves1-debuginfo-1.13-1.fc30.i686.rpm (info) (download)
ppc64le
dwarves-1.13-1.fc30.ppc64le.rpm (info) (download)
libdwarves1-1.13-1.fc30.ppc64le.rpm (info) (download)
libdwarves1-devel-1.13-1.fc30.ppc64le.rpm (info) (download)
dwarves-debuginfo-1.13-1.fc30.ppc64le.rpm (info) (download)
dwarves-debugsource-1.13-1.fc30.ppc64le.rpm (info) (download)
libdwarves1-debuginfo-1.13-1.fc30.ppc64le.rpm (info) (download)
s390x
dwarves-1.13-1.fc30.s390x.rpm (info) (download)
libdwarves1-1.13-1.fc30.s390x.rpm (info) (download)
libdwarves1-devel-1.13-1.fc30.s390x.rpm (info) (download)
dwarves-debuginfo-1.13-1.fc30.s390x.rpm (info) (download)
dwarves-debugsource-1.13-1.fc30.s390x.rpm (info) (download)
libdwarves1-debuginfo-1.13-1.fc30.s390x.rpm (info) (download)
x86_64
dwarves-1.13-1.fc30.x86_64.rpm (info) (download)
libdwarves1-1.13-1.fc30.x86_64.rpm (info) (download)
libdwarves1-devel-1.13-1.fc30.x86_64.rpm (info) (download)
dwarves-debuginfo-1.13-1.fc30.x86_64.rpm (info) (download)
dwarves-debugsource-1.13-1.fc30.x86_64.rpm (info) (download)
libdwarves1-debuginfo-1.13-1.fc30.x86_64.rpm (info) (download)
Logs
x86_64
hw_info.log
state.log
build.log
root.log
mock_output.log
ppc64le
root.log
hw_info.log
build.log
state.log
mock_output.log
aarch64
state.log
root.log
hw_info.log
build.log
mock_output.log
i686
build.log
root.log
state.log
hw_info.log
mock_output.log
s390x
hw_info.log
state.log
build.log
root.log
mock_output.log
armv7hl
state.log
hw_info.log
root.log
build.log
mock_output.log
Changelog * 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 * Fri Aug 31 2018 Arnaldo Carvalho de Melo <acme@redhat.com> - 1.12-1 - New release: 1.12 - union member cacheline boundaries for all inner structs - print union member offsets - Document 'pahole --hex' - Encode BTF type format for use with eBPF * Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.10-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.10-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.10-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.10-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild