- update to 1.24:
* Add support to BTF_KIND_ENUM64 to represent enumeration entries with more than 32 bits. * Support multithreaded encoding, in addition to DWARF multithreaded loading, speeding up the process. Selected just like DWARF multithreaded loading, using the 'pahole -j' option. * Encode 'char' type as signed. * Add support to BTF_KIND_ENUM64. * Introduce --lang and --lang_exclude to specify the language the DWARF compile units were originated from to use or filter. * Introduce --compile to generate compilable code in a similar fashion to: bpftool btf dump file vmlinux format c > vmlinux.h As with 'bpftool', this will notice type shadowing, i.e. multiple types with the same name and will disambiguate by adding a suffix. * Don't segfault when processing bogus files. OBS-URL: https://build.opensuse.org/package/show/devel:tools/dwarves?expand=0&rev=83
This commit is contained in:
parent
9a5bc31aa5
commit
4efe906a05
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iHUEABYKAB0WIQR2GiIUctdOfX2qHhGyPKLppCJ+JwUCYbCxtgAKCRCyPKLppCJ+
|
|
||||||
J7oJAQD9TBpukKVbi9VfVKrxnYhQw04d3QGqlsA75gDrQ1YYdgEAoHRKwjdrqjV4
|
|
||||||
tGNtiJVVp3M1gtxu1HChR8VLTbrbgQY=
|
|
||||||
=MRO2
|
|
||||||
-----END PGP SIGNATURE-----
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f085c25f068627d10e54bd030464f8952f5b2211d4ba26047fe209377470862a
|
|
||||||
size 815076
|
|
7
dwarves-1.24.tar.sign
Normal file
7
dwarves-1.24.tar.sign
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iHUEABYKAB0WIQR2GiIUctdOfX2qHhGyPKLppCJ+JwUCYwQL4wAKCRCyPKLppCJ+
|
||||||
|
JwNtAP49WZfxhDbPFiuqDWmFZv2lYDsAwpz8ngDmD/sFvBmTmQEAmwoALFemCuZm
|
||||||
|
Cyz1EzlJanbYmBQTM9rnV8tVCfzG5QA=
|
||||||
|
=jMmK
|
||||||
|
-----END PGP SIGNATURE-----
|
3
dwarves-1.24.tar.xz
Normal file
3
dwarves-1.24.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:576bc112b95937dfbcd347c423696ee9e1992a338fdca1acacca736fd95f69c2
|
||||||
|
size 875744
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 4 17:04:49 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 1.24:
|
||||||
|
* Add support to BTF_KIND_ENUM64 to represent enumeration entries
|
||||||
|
with more than 32 bits.
|
||||||
|
* Support multithreaded encoding, in addition to DWARF
|
||||||
|
multithreaded loading, speeding up the process.
|
||||||
|
Selected just like DWARF multithreaded loading, using the
|
||||||
|
'pahole -j' option.
|
||||||
|
* Encode 'char' type as signed.
|
||||||
|
* Add support to BTF_KIND_ENUM64.
|
||||||
|
* Introduce --lang and --lang_exclude to specify the language the
|
||||||
|
DWARF compile units were originated from to use or filter.
|
||||||
|
* Introduce --compile to generate compilable code in a similar fashion to:
|
||||||
|
bpftool btf dump file vmlinux format c > vmlinux.h
|
||||||
|
As with 'bpftool', this will notice type shadowing, i.e. multiple types
|
||||||
|
with the same name and will disambiguate by adding a suffix.
|
||||||
|
* Don't segfault when processing bogus files.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 8 14:18:26 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
Wed Dec 8 14:18:26 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: dwarves
|
Name: dwarves
|
||||||
Version: 1.23
|
Version: 1.24
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: DWARF utilities
|
Summary: DWARF utilities
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
|
Loading…
Reference in New Issue
Block a user