|
From: Julian S. <js...@ac...> - 2005-06-01 09:40:29
|
Author: njn Date: 2005-05-31 03:38:09 +0100 (Tue, 31 May 2005) New Revision: 3821 Added: trunk/coregrind/m_debuginfo/ trunk/coregrind/m_debuginfo/Makefile.am trunk/coregrind/m_debuginfo/dwarf.c trunk/coregrind/m_debuginfo/priv_symtab.h trunk/coregrind/m_debuginfo/priv_symtypes.h trunk/coregrind/m_debuginfo/stabs.c trunk/coregrind/m_debuginfo/symtab.c trunk/coregrind/m_debuginfo/symtypes.c trunk/coregrind/pub_core_debuginfo.h trunk/include/pub_tool_debuginfo.h Removed: trunk/coregrind/vg_dwarf.c trunk/coregrind/vg_stabs.c trunk/coregrind/vg_symtab2.c trunk/coregrind/vg_symtab2.h trunk/coregrind/vg_symtypes.c trunk/coregrind/vg_symtypes.h Modified: trunk/cachegrind/cg_main.c trunk/configure.in trunk/coregrind/Makefile.am trunk/coregrind/core.h trunk/coregrind/m_errormgr.c trunk/coregrind/m_redir.c trunk/coregrind/m_transtab.c trunk/coregrind/pub_core_aspacemgr.h trunk/helgrind/hg_main.c trunk/include/tool.h trunk/massif/ms_main.c Log: Modularised all the debug info stuff as m_debuginfo/. It's a mess and needs further cleaning up, but it's a start. [... giant diff deleted ...] |