Author: sewardj Date: 2008-02-08 00:37:18 +0000 (Fri, 08 Feb 2008) New Revision: 7382
Log: Split up readdwarf3.c into more manageable chunks: * move basic Dwarf3 enumerations to d3basics.c, priv_d3basics.h * move definitions for source types to tytypes.c, priv_tytypes.h * move memory allocation fns to misc.c, priv_misc.h Also, route all memory allocation in m_debuginfo through the functions in priv_misc.h, instead of a bunch of different kinds of ad-hoc calls directly to m_mallocfree. Added: branches/DATASYMS/coregrind/m_debuginfo/d3basics.c branches/DATASYMS/coregrind/m_debuginfo/misc.c branches/DATASYMS/coregrind/m_debuginfo/priv_d3basics.h branches/DATASYMS/coregrind/m_debuginfo/priv_misc.h branches/DATASYMS/coregrind/m_debuginfo/priv_tytypes.h branches/DATASYMS/coregrind/m_debuginfo/tytypes.c Modified: branches/DATASYMS/coregrind/Makefile.am branches/DATASYMS/coregrind/m_debuginfo/debuginfo.c branches/DATASYMS/coregrind/m_debuginfo/priv_readdwarf3.h branches/DATASYMS/coregrind/m_debuginfo/readdwarf.c branches/DATASYMS/coregrind/m_debuginfo/readdwarf3.c branches/DATASYMS/coregrind/m_debuginfo/readelf.c branches/DATASYMS/coregrind/m_debuginfo/readstabs.c branches/DATASYMS/coregrind/m_debuginfo/readxcoff.c branches/DATASYMS/coregrind/m_debuginfo/storage.c [... diff too large to include ...] ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Valgrind-developers mailing list Valgrind-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/valgrind-developers