aboutsummaryrefslogtreecommitdiff
path: root/README
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 /README
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 'README')
-rw-r--r--README8
1 files changed, 5 insertions, 3 deletions
diff --git a/README b/README
index 992d9fe..37dceee 100644
--- a/README
+++ b/README
@@ -2,7 +2,7 @@
A Dynamic Library Tracer
- Copyright 1997-2003 Juan Cespedes <cespedes@debian.org>
+ Copyright 1997-2004 Juan Cespedes <cespedes@debian.org>
Contents
@@ -28,6 +28,8 @@ people have contributed significantly to this project:
* Silvio Cesare <silvio@big.net.au> (ELF hacking)
* Timothy Fesig <slate@us.ibm.com> (S390 port)
* Anton Blanchard <anton@samba.org> (Powerpc port)
+* Jakub Jelinek <jakub@redhat.com> (SPARC port)
+* Jakub Bogusz <qboosh@pld-linux.org> (alpha port)
1. Introduction
---------------
@@ -53,7 +55,7 @@ Using software breakpoints, just like gdb.
---------------------
At the time of writting, it works only with ELF32 executables. It only
works in Linux, and it only works on some architectures (i386, m68k,
-S/390, ARM and PowerPC processors).
+S/390, ARM, PowerPC, SPARC and alpha processors).
It is part of at least Debian GNU/Linux, RedHat, SuSE and Mandrake.
@@ -67,7 +69,7 @@ This file is very incomplete and out-of-date.
6. License
----------
- Copyright (C) 1997-2003 Juan Cespedes <cespedes@debian.org>
+ Copyright (C) 1997-2004 Juan Cespedes <cespedes@debian.org>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by