README revision 1cd999a32728f41208dc30f38a125d7bb7063625
1                                ltrace
2
3                       A Dynamic Library Tracer
4
5         Copyright 1997-2001 Juan Cespedes <cespedes@debian.org>
6
7
8Contents
9--------
10 0. Authors
11 1. Introduction
12 2. Where can I find it
13 3. How does it work
14 4. Where does it work
15 5. Bugs
16 6. License
17
18
190. Authors
20----------
21ltrace has been developed mainly by Juan Cespedes <cespedes@debian.org>,
22but he has received many contributions from other people.  The following
23people have contributed significantly to this project:
24
25* Pat Beirne <pbeirne@home.com> (ARM port)
26* Roman Hodek <Roman.Hodek@informatik.uni-erlangen.de> (m68k port)
27* Morten Eriksen <mortene@sim.no> (misc fixes)
28* Silvio Cesare <silvio@big.net.au> (ELF hacking)
29
301. Introduction
31---------------
32ltrace is a debugging tool, similar to strace, but it traces library
33calls instead of system calls.
34
352. Where can I find it
36----------------------
37At the moment, it's only available as a Debian package.  Please let
38me know if you distribute it any other way.
39
40You may find it at:
41 * ftp://ftp.debian.org/debian/pool/main/l/ltrace/
42
43Alternatively, you may find it in any Debian mirror.  For more info,
44see ftp://ftp.debian.org/debian/README.mirrors
45
463. How does it work
47-------------------
48Using software breakpoints, just like gdb.
49
504. Where does it work
51---------------------
52At the time of writting, it works only with ELF32 executables. It only
53works in Linux, and it only works on i386, m68k, and ARM processors.
54
555. Bugs
56-------
57Too many to list here :).  If you like to submit a bug report, or a
58feature request, either do that against the Debian `ltrace' package,
59or mail ``Juan Cespedes <cespedes@debian.org>''.
60
61This file is very incomplete and out-of-date.
62
636. License
64----------
65    Copyright (C) 1997-1999 Juan Cespedes <cespedes@debian.org>
66
67    This program is free software; you can redistribute it and/or modify
68    it under the terms of the GNU General Public License as published by
69    the Free Software Foundation; either version 2 of the License, or
70    (at your option) any later version.
71
72    This program is distributed in the hope that it will be useful,
73    but WITHOUT ANY WARRANTY; without even the implied warranty of
74    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
75    GNU General Public License for more details.
76
77    You should have received a copy of the GNU General Public License
78    along with this program; if not, write to the Free Software
79    Foundation, Inc., 59 Temple Place - Suite 330, Boston,
80    MA 02111-1307, USA.
81
82