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.
yann@240
     1
This is a somewhat ordered list of things to do asap.
yann@240
     2
yann@240
     3
-: not started
yann@240
     4
+: worked on
yann@240
     5
!: problem encountered
yann@240
     6
X: abandonned
yann@240
     7
O: Finished
yann@240
     8
yann@240
     9
! find a way to teach gcc to install its libraries directly into sysroot
yann@240
    10
  if too complex or unfeasible, move those libs manually
yann@240
    11
yann@240
    12
- add debug tools:
yann@240
    13
  X Electric Fence    http://perens.com/FreeSoftware/ (replaced by D.U.M.A., below)
yann@240
    14
  O D.U.M.A.          http://duma.sourceforge.net/
yann@240
    15
  - Memcheck          http://hald.dnsalias.net/projects/memcheck/
yann@240
    16
  - MemCheck Deluxe   http://prj.softpixel.com/mcd/
yann@240
    17
  - Memwatch          http://www.linkdata.se/sourcecode.html
yann@245
    18
  ! ltrace            ftp://ftp.debian.org/debian/pool/main/l/ltrace/
yann@240
    19
  O strace            http://sourceforge.net/projects/strace/
yann@240
    20
  - Valgrind          http://valgrind.org/