aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJuan Cespedes <cespedes@debian.org>1999-04-03 03:21:52 +0200
committerJuan Cespedes <cespedes@debian.org>1999-04-03 03:21:52 +0200
commite3eb9aa37086f16c0c8c2778dcd8020a39a92564 (patch)
tree7fa35424afa6429b758586ff07f4d8d48359dc72 /TODO
parentd44c6b8b090b8b7aa9d971d9e0bfd848732a3071 (diff)
downloadltrace-e3eb9aa37086f16c0c8c2778dcd8020a39a92564.tar.gz
Version: 0.3.7
* Minor fixes * Added minor patch from Alex Buell <alex.buell@tahallah.demon.co.uk> to be able to compile under glibc 2.1 * Additions to config file from David Dyck <dcd@tc.fluke.com> * Clean-up Makefile a bit * Changed `LT_PT_*' with `ARGTYPE_*' * Display '\\' instead of '\' * Updated list of syscalls and signals to linux-2.2.5 * Compiled against glibc-2.1
Diffstat (limited to 'TODO')
-rw-r--r--TODO16
1 files changed, 13 insertions, 3 deletions
diff --git a/TODO b/TODO
index 3944734..b18f397 100644
--- a/TODO
+++ b/TODO
@@ -1,13 +1,23 @@
+* 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 to Linux-2.2.*
+* "\\", "\"", '\''
+* Improve documentation
* Improve option -e
+* "-l" option: trace functions from these libraries
* Improve C++ name demangling
-* Improve documentation
* Display different argument types:
+ how to display execl...?
+ format+: for scanf()...: display args as pointers, and imply `+' for args
* Update /etc/ltrace.conf
-* SPARC:
- + almost all...
* netscape:
+ Why does it show so many `breakpointed at:' messages?
\- Is this still true?
* Option -T (print time spent in each libcall)
+* Option -c (summary)
+* More architectures: sparc, alpha
+* More operating systems (solaris?)