File: TODO

package info (click to toggle)
ltrace 0.3.36-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 904 kB
  • ctags: 455
  • sloc: ansic: 5,923; sh: 2,494; makefile: 154; awk: 56
file content (22 lines) | stat: -rw-r--r-- 819 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
* BFD:
  + New executable formats
  + Read list of libraries needed
  + Read list of undefined symbols in executables
  + Read list of exported symbols in libraries
  + Read debugging info from executables/libraries
* Update list of syscalls automatically?
* Improve documentation
* Improve -e option
* Improce -l option
* Improve C++ name demangling
* Display different argument types:
  + how to display execl...?
  + format+: for scanf()...: display args as pointers, and imply `+' for args
* Update /etc/ltrace.conf
* netscape:
  + Why does it show so many `breakpointed at:' messages?
    \- Is this still true?
* More architectures: sparc64...
* More operating systems (solaris?)
* Option -I (inter-library calls)
* Modify ARGTYPE_STRING[0-5] types so that they not stop displaying chars when '\0' is encountered