Git init
[external/ltrace.git] / README
1                                 ltrace
2
3                        A Dynamic Library Tracer
4
5          Copyright 1997-2009 Juan Cespedes <cespedes@debian.org>
6
7
8 Contents
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
19 0. Authors
20 ----------
21
22 ltrace has been developed mainly by Juan Cespedes <cespedes@debian.org>,
23 but he has received many contributions from other people.  The following
24 people have contributed significantly to this project:
25
26 * César Sánchez <cesar.sanchez@imdea.org>
27 * Santiago Romero <santiago.romero@imdea.org>
28 * Pat Beirne <pbeirne@home.com> (ARM port)
29 * Roman Hodek <Roman.Hodek@informatik.uni-erlangen.de> (m68k port)
30 * Morten Eriksen <mortene@sim.no> (misc fixes)
31 * Silvio Cesare <silvio@big.net.au> (ELF hacking)
32 * Timothy Fesig <slate@us.ibm.com> (S390 port)
33 * Anton Blanchard <anton@samba.org> (Powerpc port)
34 * Jakub Jelinek <jakub@redhat.com> (SPARC port, support for libelf, many fixes)
35 * Jakub Bogusz <qboosh@pld-linux.org> (alpha port)
36 * SuSE (amd64 port)
37 * Ian Wienand <ianw@gelato.unsw.edu.au> (IA64 port)
38 * Eric Vaitl <evaitl@cisco.com> (mipsel port)
39 * Petr Machata <pmachata@redhat.com> (misc fixes)
40
41 1. Introduction
42 ---------------
43
44 ltrace is a debugging tool, similar to strace, but it traces library
45 calls instead of system calls.
46
47 2. Where can I find it
48 ----------------------
49
50 http://www.ltrace.org
51
52 3. How does it work
53 -------------------
54
55 Using software breakpoints, just like gdb.
56
57 4. Where does it work
58 ---------------------
59
60 It works with ELF based Linux systems running on i386, m68k, S/390,
61 ARM, PowerPC, PowerPC64, IA64, AMD64, SPARC and Alpha processors.
62
63 It is part of at least Debian GNU/Linux, RedHat, SuSE, Mandrake...
64
65 5. Bugs
66 -------
67
68 Too many to list here :).  If you like to submit a bug report, or a
69 feature request, either do that against the Debian `ltrace' package,
70 or mail ltrace-devel@lists.alioth.debian.org.
71
72 This file is very incomplete and out-of-date.
73
74 6. License
75 ----------
76
77     Copyright (C) 1997-2009 Juan Cespedes <cespedes@debian.org>
78
79     This program is free software; you can redistribute it and/or modify
80     it under the terms of the GNU General Public License as published by
81     the Free Software Foundation; either version 2 of the License, or
82     (at your option) any later version.
83
84     This program is distributed in the hope that it will be useful,
85     but WITHOUT ANY WARRANTY; without even the implied warranty of
86     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
87     GNU General Public License for more details.
88
89     You should have received a copy of the GNU General Public License along
90     with this program; if not, write to the Free Software Foundation, Inc.,
91     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
92