TODO
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Fri Jul 13 12:22:34 2007 +0000 (2007-07-13)
changeset 245 134ac2c35c49
parent 240 ac8b9eeefe80
child 269 9649a1d5ac2f
permissions -rw-r--r--
Add ltrace (and libelf) utilities.
Marked as BROKEN for others to debug that if they need it.
     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/