]> git.ipfire.org Git - thirdparty/valgrind.git/commit
search_all_symtabs: when mapping addresses to text symbols, consider
authorJulian Seward <jseward@acm.org>
Mon, 12 Apr 2010 20:56:56 +0000 (20:56 +0000)
committerJulian Seward <jseward@acm.org>
Mon, 12 Apr 2010 20:56:56 +0000 (20:56 +0000)
commit448fa2462a382c40fb73379b3e3ce7021e7fdf4c
treef6ccb623f06f8e8a4e009f5dca268df4f0ab1c66
parente5633740b6a490ca05e191ceb3129ed9d50fd2f0
search_all_symtabs: when mapping addresses to text symbols, consider
any symbol in the r-x mapped segment to be a valid candidate.  This
relaxes the filtering criterion slightly, makes it consistent with
other is-it-text? checks.  Some addresses which before didn't get
mapped to anything are now correctly mapped to "vtable for Foo"
symbols.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11104
coregrind/m_debuginfo/debuginfo.c