README revision e3eb9aa37086f16c0c8c2778dcd8020a39a92564
1                                ltrace
2
3                       A Dynamic Library Tracer
4
5         Copyright 1997-1999 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
281. Introduction
29---------------
30ltrace is a debugging tool, similar to strace, but it traces library
31calls instead of system calls.
32
332. Where can I find it
34----------------------
35At the moment, it's only available as a Debian package.  Please let
36me know if you distribute it any other way.
37
38You may find it at:
39 * ftp://ftp.debian.org/debian/dists/unstable/main/source/utils/ltrace_*
40
41Alternatively, you may find it in any Debian mirror.  For more info,
42see ftp://ftp.debian.org/debian/README.mirrors
43
443. How does it work
45-------------------
46Using software breakpoints, just like gdb.
47
484. Where does it work
49---------------------
50At the time of writting, it works only with ELF32 executables. It only
51works in Linux, and it only works on i386, m68k, and ARM processors.
52
535. Bugs
54-------
55Too many to list here :).  If you like to submit a bug report, or a
56feature request, either do that against the Debian `ltrace' package,
57or mail ``Juan Cespedes <cespedes@debian.org>''.
58
59This file is very incomplete and out-of-date.
60
616. License
62----------
63    Copyright (C) 1997-1999 Juan Cespedes <cespedes@debian.org>
64
65    This program is free software; you can redistribute it and/or modify
66    it under the terms of the GNU General Public License as published by
67    the Free Software Foundation; either version 2 of the License, or
68    (at your option) any later version.
69
70    This program is distributed in the hope that it will be useful,
71    but WITHOUT ANY WARRANTY; without even the implied warranty of
72    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
73    GNU General Public License for more details.
74
75    You should have received a copy of the GNU General Public License
76    along with this program; if not, write to the Free Software
77    Foundation, Inc., 59 Temple Place - Suite 330, Boston,
78    MA 02111-1307, USA.
79
80