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