mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-06 03:23:58 +00:00
Fix to the ELF file reader to make sure that each SegInfo includes not only the text mapped from an ELF file, but also the data and bss. This allows the data symbols to be extracted. Also adds a new needs boolean to allow a skin to specify if it needs data symbols. As a nice side-effect, it removes the "offset" hack: the offset is the mapped address in the ELF Phdr: it is (mapped_address - phdr_vaddr). git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1246