aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJuan Cespedes <cespedes@debian.org>2004-06-14 18:08:37 +0200
committerJuan Cespedes <cespedes@debian.org>2004-06-14 18:08:37 +0200
commit5c3fe0697b202cc7d95e90459de0fb312b297b27 (patch)
tree3b4fbff0a29e7e2c9c74bb2a0fd8bf97a9b2ddcc /TODO
parentefe85f0668a077b1e851df4b3f87a380cf2269fd (diff)
downloadltrace-5c3fe0697b202cc7d95e90459de0fb312b297b27.tar.gz
Version 0.3.33
* Fixed two bugs, thanks to Mauro Meneghin <G1ld0@lycos.it>: + Cope correctly with breakpoint values greater than sizeof(long) bytes + Fixed small bug in option -r (closes: Bug#212792) * Show help if no (or few) arguments are given, just like strace and fenris (thanks, Tomasz Wegrzanowski <taw@users.sf.net>) * Some fixes from Jakub Bogusz <qboosh@pld-linux.org>: + Small 64-bit cleanup of code + support for more than 6 function arguments on amd64 + Adapted SPARC port from Jakub Jelinek <jakub@redhat.com> + Added alpha support
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index 44e4f12..07c270e 100644
--- a/TODO
+++ b/TODO
@@ -16,7 +16,7 @@
* netscape:
+ Why does it show so many `breakpointed at:' messages?
\- Is this still true?
-* More architectures: sparc, alpha
+* 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