]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Bug 492663 - Valgrind ignores debug info for some binaries
authorPaul Floyd <pjfloyd@wanadoo.fr>
Sat, 7 Sep 2024 07:06:03 +0000 (09:06 +0200)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Sat, 7 Sep 2024 07:06:03 +0000 (09:06 +0200)
commit1076dc0912e68b085de2bbf52e9e31cb32866f85
tree3867ec770f8b2dc765d70fd447e6bdf37cd550a3
parent172650e2e737666a37998c0ad2b96db04dc3b091
Bug 492663 - Valgrind ignores debug info for some binaries

ML_(check_elf_and_get_rw_loads) now always checks for
merged PT_LOADs when called from valgrind_main when
iterating over nsegments.

Updated comments and changed variable names and the
debug message when the number of expected RW PT_LOADs
hasn't been reached.
coregrind/m_debuginfo/debuginfo.c
coregrind/m_debuginfo/priv_readelf.h
coregrind/m_debuginfo/readelf.c