TODO
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sat Jul 14 13:04:51 2007 +0000 (2007-07-14)
changeset 251 b23a09443f72
parent 240 ac8b9eeefe80
child 269 9649a1d5ac2f
permissions -rw-r--r--
Add a patch to gcc to expand switch-case to an if-else sequence (from buildroot).
     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            ftp://ftp.debian.org/debian/pool/main/l/ltrace/
    19   O strace            http://sourceforge.net/projects/strace/
    20   - Valgrind          http://valgrind.org/