home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / doc / ltrace / README < prev    next >
Encoding:
Text File  |  2008-12-10  |  2.7 KB  |  91 lines

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