3 Commits

Author SHA1 Message Date
Nicholas Nethercote
cc1a038667 comment-only wibbles
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4515
2005-08-25 22:55:19 +00:00
Nicholas Nethercote
f174930b23 Final commit for the initial modularisation pass:
- Broke part of m_scheduler off into a new module m_threadstate.  It
  contains ThreadState, VG_(threads)[] and some basic operations on the
  thread table.  All simple stuff, the complex stuff stays in m_scheduler.
  This avoids lots of circular dependencies between m_scheduler and other
  modules.

- Managed to finally remove core.h and tool.h, double hurrah!

- Introduced pub_tool_basics.h and pub_core_basics.h, one of which is
  include by every single C file.

- Lots of little cleanups and changes related to the above.

- I even did a small amount of documentation updating.




git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3944
2005-06-19 01:24:32 +00:00
Nicholas Nethercote
0e57f4956f Modularised the thread/pthread modelling stuff.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3877
2005-06-11 01:07:00 +00:00