Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

dwarves-debugsource-1.25-1.fc37 RPM for x86_64

From Fedora 37 updates for x86_64 / debug / Packages / d

Name: dwarves-debugsource Distribution: Fedora Project
Version: 1.25 Vendor: Fedora Project
Release: 1.fc37 Build date: Mon Apr 10 19:40:23 2023
Group: Development/Debug Build host: buildvm-x86-07.iad2.fedoraproject.org
Size: 2119413 Source RPM: dwarves-1.25-1.fc37.src.rpm
Packager: Fedora Project
Url: http://acmel.wordpress.com
Summary: Debug sources for package dwarves
This package provides debug sources for package dwarves.
Debug sources are useful when developing applications that use this
package or when debugging this package.

Provides

Requires

License

GPLv2

Changelog

* Mon Apr 10 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.
* 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
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.23-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Wed Dec 08 2021 Arnaldo Carvalho de Melo <acme@redhat.com> - 1.23-1
  - New release: v1.23
  - Process DW_TAG_LLVM_annotation tags.
  - Initial support for DW_TAG_skeleton_unit.
  - Encode BTF_KIND_TYPE_TAG and BTF_KIND_DECL_TAG
  - Fix handling of percpu symbols on s390.
  - Use cacheline size to infer struct member alignment from BTF.
  - Add --skip_missing to not stop when not finding one of -C arguments.
  - Fix __attribute__((__aligned__(N)) printing alignment for struct members.
  - Fix nested __attribute__(__aligned__(N)) struct printing order.
* Mon Aug 23 2021 Arnaldo Carvalho de Melo <acme@redhat.com> - 1.22-1
  - New release: v1.22
  - Introduce -j/--jobs option to specify the number of threads to use.
  - Multithreaded DWARF loading, requires elfutils >= 0.178.
  - Preparatory work for multithreaded BTF encoding, the focus for 1.23.
  - Allow encoding BTF to a separate file.
  - Show all different types with the same name, not just the first one found.
  - Stop assuming that reading from stdin means pretty, add --prettify.
  - Improve type resolution for the --header command line option.
  - Do not consider the ftrace filter when encoding BTF for kernel functions.
  - Lock calls to non-thread safe elfutils' dwarf_decl_file() and dwarf_decl_line().
  - Change hash table size to one that performs better with current typical vmlinux files.
  - Allow tweaking the hash table size from the command line.
  - Add --kabi_prefix to avoid deduplication woes when using _RH_KABI_REPLACE().
  - Add --with_flexible_array to show just types with flexible arrays.
  - Support btfdiff with a detached BTF file.
  - Introduce sorted type output (--sort).
  - Disable incomplete CTF encoder.
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.21-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Mon May 10 2021 Arnaldo Carvalho de Melo <acme@redhat.com> - 1.21-2 
  - Backport 0001-btf-Remove-ftrace-filter.patch from upstream

Files

/usr/src/debug/dwarves-1.25-1.fc37.x86_64
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/btf_encoder.c
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/btf_encoder.h
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/btf_loader.c
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/codiff.c
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/ctf.h
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/ctf_loader.c
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/ctracer.c
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/dtagnames.c
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/dutil.c
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/dutil.h
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/dwarf_loader.c
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/dwarves.c
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/dwarves.h
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/dwarves_emit.c
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/dwarves_emit.h
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/dwarves_fprintf.c
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/dwarves_reorganize.c
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/dwarves_reorganize.h
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/elf_symtab.c
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/elf_symtab.h
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/elfcreator.c
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/elfcreator.h
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/gobuffer.c
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/gobuffer.h
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/hash.h
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/lib
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/lib/bpf
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/lib/bpf/include
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/lib/bpf/include/linux
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/lib/bpf/include/linux/err.h
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/lib/bpf/include/linux/ring_buffer.h
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/lib/bpf/include/uapi
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/lib/bpf/include/uapi/linux
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/lib/bpf/include/uapi/linux/bpf.h
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/lib/bpf/include/uapi/linux/btf.h
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/lib/bpf/include/uapi/linux/if_link.h
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/lib/bpf/include/uapi/linux/netlink.h
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/lib/bpf/include/uapi/linux/perf_event.h
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/lib/bpf/include/uapi/linux/pkt_cls.h
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/lib/bpf/src
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/lib/bpf/src/bpf.c
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/lib/bpf/src/bpf.h
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/lib/bpf/src/bpf_gen_internal.h
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/lib/bpf/src/bpf_prog_linfo.c
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/lib/bpf/src/btf.c
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/lib/bpf/src/btf.h
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/lib/bpf/src/btf_dump.c
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/lib/bpf/src/gen_loader.c
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/lib/bpf/src/hashmap.c
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/lib/bpf/src/hashmap.h
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/lib/bpf/src/libbpf.c
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/lib/bpf/src/libbpf.h
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/lib/bpf/src/libbpf_errno.c
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/lib/bpf/src/libbpf_internal.h
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/lib/bpf/src/libbpf_legacy.h
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/lib/bpf/src/libbpf_probes.c
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/lib/bpf/src/linker.c
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/lib/bpf/src/netlink.c
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/lib/bpf/src/nlattr.c
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/lib/bpf/src/nlattr.h
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/lib/bpf/src/relo_core.c
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/lib/bpf/src/relo_core.h
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/lib/bpf/src/ringbuf.c
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/lib/bpf/src/skel_internal.h
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/lib/bpf/src/str_error.c
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/lib/bpf/src/str_error.h
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/lib/bpf/src/strset.c
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/lib/bpf/src/strset.h
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/lib/bpf/src/usdt.c
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/lib/include
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/lib/include/bpf
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/lib/include/bpf/btf.h
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/lib/include/bpf/libbpf.h
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/lib/include/bpf/libbpf_legacy.h
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/libctf.c
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/libctf.h
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/list.h
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/pahole.c
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/pdwtags.c
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/pfunct.c
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/pglobal.c
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/prefcnt.c
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/rbtree.c
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/rbtree.h
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/redhat-linux-build
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/scncopy.c
/usr/src/debug/dwarves-1.25-1.fc37.x86_64/syscse.c


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 18:50:33 2024