mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-08 21:09:49 +00:00
which adds support for reading directory names from DWARF2 debug info. Also rework the representation of file and directory tables in the DWARF2 reader. This removes a longstanding but only-just-discovered curiousity that the previous code expanded the filename table one entry at a time, so that reading file names from a DWARF2 object was quadratic in the number of file names. It's now N log N. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3908