TODO
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Fri Jul 13 12:15:53 2007 +0000 (2007-07-13)
changeset 244 d5a7240240c5
child 245 134ac2c35c49
permissions -rw-r--r--
Introduce a BROKEN option (depends on EXPERIMENTAL) to hide/see broken stuff for debugging sessions!
Re-order: OBSOLETE goes before EXPERIMENTAL.
     1 This is a somewhat ordered list of things to do asap.
     2 
     3 -: not started
     4 +: worked on
     5 !: problem encountered
     6 X: abandonned
     7 O: Finished
     8 
     9 ! find a way to teach gcc to install its libraries directly into sysroot
    10   if too complex or unfeasible, move those libs manually
    11 
    12 - add debug tools:
    13   X Electric Fence    http://perens.com/FreeSoftware/ (replaced by D.U.M.A., below)
    14   O D.U.M.A.          http://duma.sourceforge.net/
    15   - Memcheck          http://hald.dnsalias.net/projects/memcheck/
    16   - MemCheck Deluxe   http://prj.softpixel.com/mcd/
    17   - Memwatch          http://www.linkdata.se/sourcecode.html
    18   + ltrace            ???
    19   O strace            http://sourceforge.net/projects/strace/
    20   - Valgrind          http://valgrind.org/