]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Made m_debuginfo not depend on m_aspacemgr, breaking the direct circular
authorNicholas Nethercote <njn@valgrind.org>
Sat, 25 Jun 2005 20:49:33 +0000 (20:49 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Sat, 25 Jun 2005 20:49:33 +0000 (20:49 +0000)
commite7aa6b03de97242bfd38e2efe7ff89fe299dd68f
tree3fd66e00d2c3d574500cd8ce4322160bbd074b5d
parent4b4e694fefc390f19c4d9ab5ddf2ff6381c8a4f2
Made m_debuginfo not depend on m_aspacemgr, breaking the direct circular
dependence between them.  (There's still an indirect one via m_libcmman.)

As a result, I was able to move the Segment type declaration into
pub_core_aspacemgr.h, which is a much better spot.  I was also able to
remove a couple of #includes.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4025
coregrind/m_aspacemgr/aspacemgr.c
coregrind/m_debuginfo/symtab.c
coregrind/m_redir.c
coregrind/m_stacktrace.c
coregrind/pub_core_aspacemgr.h
coregrind/pub_core_debuginfo.h