]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Valgrind is able to read compressed debuginfo sections in two formats:
authorIvo Raisr <ivosh@ivosh.net>
Sat, 23 Apr 2016 20:28:27 +0000 (20:28 +0000)
committerIvo Raisr <ivosh@ivosh.net>
Sat, 23 Apr 2016 20:28:27 +0000 (20:28 +0000)
commitda7df0f276bdf434171d6d34452fd3e0ed95431a
treee33a34701e6628d9907c8a7bd38dccd476806ba8
parent5d4c5ae3d611316a1a0e5a959a0627e68387689b
Valgrind is able to read compressed debuginfo sections in two formats:
  - zlib ELF gABI format with SHF_COMPRESSED flag (gcc option -gz=zlib)
  - zlib GNU format with .zdebug sections (gcc option -gz=zlib-gnu)

Patch by: Aleksandar Rikalo <aleksandar.rikalo@imgtec.com>
Fixes BZ#303877

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15868
13 files changed:
NEWS
configure.ac
coregrind/Makefile.am
coregrind/m_debuginfo/image.c
coregrind/m_debuginfo/priv_image.h
coregrind/m_debuginfo/readelf.c
coregrind/m_debuginfo/tinfl.c [new file with mode: 0644]
memcheck/tests/Makefile.am
memcheck/tests/cdebug.c [new file with mode: 0644]
memcheck/tests/cdebug_zlib.stderr.exp [new file with mode: 0644]
memcheck/tests/cdebug_zlib.vgtest [new file with mode: 0644]
memcheck/tests/cdebug_zlib_gnu.stderr.exp [new file with mode: 0644]
memcheck/tests/cdebug_zlib_gnu.vgtest [new file with mode: 0644]