|
From: <sv...@va...> - 2005-11-01 22:37:12
|
Author: njn Date: 2005-11-01 22:37:00 +0000 (Tue, 01 Nov 2005) New Revision: 225 Log: Remove core dumping project; Tom has done this. Modified: trunk/help/projects.html Modified: trunk/help/projects.html =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/help/projects.html 2005-10-16 17:43:02 UTC (rev 224) +++ trunk/help/projects.html 2005-11-01 22:37:00 UTC (rev 225) @@ -223,16 +223,6 @@ proportion of the Valgrind user base. (Added August 27, 2005)</p> =20 =20 -<h3>Core dumping</h3> -<p>Valgrind 2.4.0 could produce useful core dumps. This functionality -was disabled in the transition to 3.0.0. It would be useful to have it -back. This requires factoring out the x86/Linux-specific parts -suitably. The old code is in m_coredump.c, entirely commented out. -This would be fairly easy, it just requires looking up the ELF -documentation to understand how core dumps are structured. (Added Augus= t -27, 2005)</p> - - <h3>Supporting custom allocators</h3> <p>Valgrind has two client requests, VALGRIND_MALLOCLIKE_BLOCK and VALGRIND_FREELIKE_BLOCK that are intended to support custom allocators. |