summaryrefslogtreecommitdiff
path: root/TODO
blob: df220902e9200266ef7b8aa1f20426023ef5f471 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
This is a somewhat ordered list of things to do asap.

-: not started
+: worked on
!: problem encountered
X: abandonned
O: Finished

- update ALL samples to latest option set.

! find a way to teach gcc to install its libraries directly into sysroot
  if too complex or unfeasible, move those libs manually

- add debug tools:
  X Electric Fence    http://perens.com/FreeSoftware/ (replaced by D.U.M.A., below)
  O D.U.M.A.          http://duma.sourceforge.net/
  - Memcheck          http://hald.dnsalias.net/projects/memcheck/
  - MemCheck Deluxe   http://prj.softpixel.com/mcd/
  - Memwatch          http://www.linkdata.se/sourcecode.html
  ! ltrace            ftp://ftp.debian.org/debian/pool/main/l/ltrace/
  O strace            http://sourceforge.net/projects/strace/
  - Valgrind          http://valgrind.org/