Bug 469782 - Valgrind does not support zstd-compressed debug sections
commit309d96d3e4f17930da28d76f6163957849553140
authorMikhail Gorodetsky <mihmih1989@gmail.com>
Sun, 17 Nov 2024 20:14:17 +0000 (17 21:14 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Tue, 19 Nov 2024 07:59:16 +0000 (19 08:59 +0100)
tree564f7e5d830d4f9fa389c9ba05a332e884abc642
parentb6c90012c2ee11b138432914caefe51d1e2d8f2c
Bug 469782 - Valgrind does not support zstd-compressed debug sections
13 files changed:
.gitignore
README_DEVELOPERS
configure.ac
coregrind/Makefile.am
coregrind/m_debuginfo/image.c
coregrind/m_debuginfo/priv_image.h
coregrind/m_debuginfo/readelf.c
coregrind/m_debuginfo/zstd.h [new file with mode: 0644]
coregrind/m_debuginfo/zstddeclib.c [new file with mode: 0644]
docs/internals/release-HOWTO.txt
memcheck/tests/Makefile.am
memcheck/tests/cdebug_zstd.stderr.exp [new file with mode: 0644]
memcheck/tests/cdebug_zstd.vgtest [new file with mode: 0644]