معرفی شرکت ها


libdwarves1-devel-1.22-1.el9.x86_64.rpm


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Debugging information library development files
ویژگی مقدار
سیستم عامل Linux
توزیع AlmaLinux 9
مخزن AlmaLinux devel x86_64
نام بسته libdwarves1-devel
نام فایل بسته libdwarves1-devel-1.22-1.el9.x86_64.rpm
نسخه بسته 1.22
انتشار بسته 1.el9
معماری بسته x86_64
نگهدارنده -
تاریخ ساخت Sun 30 Jan 2022 04
هاست سازنده x64-builder01.almalinux.org
نوع بسته .rpm
آدرس صفحه اصلی http://acmel.wordpress.com
مجوز GPLv2
حجم دانلود 35K
حجم نصب 88.085K
Debugging information processing library development files.


جایگزین ها

بسته نسخه معماری مخزن
libdwarves1-devel-1.22-1.el9.aarch64.rpm 1.22 aarch64 AlmaLinux devel
libdwarves1-devel-1.22-1.el9.ppc64le.rpm 1.22 ppc64le AlmaLinux devel
libdwarves1-devel-1.22-1.el9.s390x.rpm 1.22 s390x AlmaLinux devel


نیازمندی

مقدار نام
- libdwarves.so.1()(64bit)
= 1.22-1.el9 libdwarves1
- libdwarves_emit.so.1()(64bit)
- libdwarves_reorganize.so.1()(64bit)


ارائه دهنده

مقدار نام
= 1.22-1.el9 libdwarves1-devel
= 1.22-1.el9 libdwarves1-devel(x86-64)


نحوه نصب


نصب پکیج rpm libdwarves1-devel:

    dnf install libdwarves1-devel-1.22-1.el9.x86_64.rpm


فایل ها

مسیرها
/usr/include/dwarves/btf_encoder.h
/usr/include/dwarves/config.h
/usr/include/dwarves/ctf.h
/usr/include/dwarves/dutil.h
/usr/include/dwarves/dwarves.h
/usr/include/dwarves/dwarves_emit.h
/usr/include/dwarves/dwarves_reorganize.h
/usr/include/dwarves/elf_symtab.h
/usr/include/dwarves/elfcreator.h
/usr/include/dwarves/gobuffer.h
/usr/include/dwarves/hash.h
/usr/include/dwarves/libctf.h
/usr/include/dwarves/list.h
/usr/include/dwarves/rbtree.h
/usr/lib64/libdwarves.so
/usr/lib64/libdwarves_emit.so
/usr/lib64/libdwarves_reorganize.so
/usr/share/doc/libdwarves1-devel
/usr/share/doc/libdwarves1-devel/MANIFEST
/usr/share/doc/libdwarves1-devel/README


گزارش تغییرات

تاریخ آخرین تغییر جزئیات
2021-10-06

New release: v1.22
Resolves: rhbz#2010414
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.

2021-08-09

Rebuilt for IMA sigs, glibc 2.34, aarch64 flags

2021-05-14

remove ftrace filter
New release: v1.21
DWARF loader:
Handle DWARF5 DW_OP_addrx properly
Handle subprogram ret type with abstract_origin properly
Check .notes section for LTO build info
Check .debug_abbrev for cross-CU references
Permit merging all DWARF CU's for clang LTO built binary
Factor out common code to initialize a cu
Permit a flexible HASHTAGS__BITS
Use a better hashing function, from libbpf
btf_encoder:
Add --btf_gen_all flag
Match ftrace addresses within ELF functions
Funnel ELF error reporting through a macro
Sanitize non-regular int base type
Add support for the floating-point types
Pretty printer:
Honour conf_fprintf.hex when printing enumerations

2021-04-15

Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937

2021-02-02

New release: v1.20
btf_encoder:
Improve ELF error reporting using elf_errmsg(elf_errno())
Improve objcopy error handling.
Fix handling of 'restrict' qualifier, that was being treated as a 'const'.
Support SHN_XINDEX in st_shndx symbol indexes
Cope with functions without a name
Fix BTF variable generation for kernel modules
Fix address size to match what is in the ELF file being processed.
Use kernel module ftrace addresses when finding which functions to encode.
libbpf:
Allow use of packaged version.
dwarf_loader:
Support DW_AT_data_bit_offset
DW_FORM_implicit_const in attr_numeric() and attr_offset()
Support DW_TAG_GNU_call_site, standardized rename of DW_TAG_GNU_call_site.
build:
Fix compilation on 32-bit architectures.

2020-11-20

New release: 1.19
Split BTF
DWARF workarounds for DW_AT_declaration
Support cross-compiled ELF binaries with different endianness
Support showing typedefs for anonymous types
Speedups using libbpf algorithms
See changes-v1.19 for a complete and more detailed list of changes

2020-10-02

New release: 1.18
Use debugging info to pretty print raw data
Store percpu variables in vmlinux BTF.
Fixes to address segfaults on the gdb testsuite binaries
Bail out on partial units for now, avoiding segfaults and providing warning to user.

2020-08-31

Fix FTBFS
Resolves: bug 1863459

2020-08-01

Second attempt - Rebuilt for

2020-07-27

Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

2020-03-13

New release: 1.17
Support raw BTF as available in /sys/kernel/btf/vmlinux.
When the sole argument passed isn't a file, take it as a class name:
Do not require a class name to operate without a file name.
Make --find_pointers_to consider unions:
Make --contains and --find_pointers_to honour --unions
Add support for finding pointers to void:
Make --contains and --find_pointers_to to work with base types:
Make --contains look for more than just unions, structs:
Consider unions when looking for classes containing some class:
Introduce --unions to consider just unions:
Fix -m/--nr_methods - Number of functions operating on a type pointer

2020-02-12

New release: 1.16
BTF encoder: Preserve and encode exported functions as BTF_KIND_FUNC.
BTF loader: Add support for BTF_KIND_FUNC
Pretty printer: Account inline type __aligned__ member types for spacing
Pretty printer: Fix alignment of class members that are structs/enums/unions
Pretty printer: Avoid infinite loop trying to determine type with static data member of its own type.
RPM spec file: Add dwarves dependency on libdwarves1.
pfunct: type->type == 0 is void, fix --compile for that
pdwtags: Print DW_TAG_subroutine_type as well
core: Fix ptr_table__add_with_id() handling of pt->nr_entries
pglobal: Allow passing the format path specifier, to use with BTF
Tree wide: Fixup issues pointed out by various coverity reports.

2020-01-28

Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild