Home | History | Annotate | only in /external/ltrace
Up to higher level directory
NameDateSize
.gitignore06-Dec-2016921
Android.mk06-Dec-20164.8K
autogen.sh06-Dec-20161.1K
backend.h06-Dec-201619.5K
bits.c06-Dec-20161.1K
bits.h06-Dec-2016952
breakpoint.h06-Dec-20166.7K
breakpoints.c06-Dec-201611.3K
callback.h06-Dec-20162.6K
common.h06-Dec-20162.1K
config.h06-Dec-201673
configure.ac06-Dec-201612.1K
COPYING06-Dec-201617.6K
CREDITS06-Dec-20162.7K
debug.c06-Dec-20161.7K
debug.h06-Dec-20161.3K
defs.h06-Dec-20161.2K
demangle.c06-Dec-20162.2K
demangle.h06-Dec-20161.4K
dict.c06-Dec-201614.2K
dict.h06-Dec-20169.9K
etc/06-Dec-2016
execute_program.c06-Dec-20162.7K
expr.c06-Dec-20168.8K
expr.h06-Dec-20165.6K
fetch.c06-Dec-20164.2K
fetch.h06-Dec-20163.7K
filter.c06-Dec-20164.1K
filter.h06-Dec-20162.9K
forward.h06-Dec-20161.2K
glob.c06-Dec-20166.5K
glob.h06-Dec-20161.1K
handle_event.c06-Dec-201621.7K
INSTALL06-Dec-201615.2K
lens.c06-Dec-20161.7K
lens.h06-Dec-20161.7K
lens_default.c06-Dec-201617.5K
lens_default.h06-Dec-20161.6K
lens_enum.c06-Dec-20164.1K
lens_enum.h06-Dec-20161.5K
libltrace.c06-Dec-20164K
library.c06-Dec-201610.3K
library.h06-Dec-20168.3K
ltrace-elf.c06-Dec-201632.9K
ltrace-elf.h06-Dec-20166.9K
ltrace.106-Dec-201613.5K
ltrace.conf.506-Dec-201613.3K
ltrace.h06-Dec-20161.7K
main.c06-Dec-20161.3K
Makefile.am06-Dec-20162.7K
memstream.c06-Dec-20161.9K
memstream.h06-Dec-20161.1K
MODULE_LICENSE_GPL06-Dec-20160
NEWS06-Dec-201613.7K
NOTICE06-Dec-201617.6K
options.c06-Dec-201618.6K
options.h06-Dec-20163.6K
output.c06-Dec-201621.2K
output.h06-Dec-20162.3K
param.c06-Dec-20163.5K
param.h06-Dec-20165.6K
printf.c06-Dec-20168.9K
printf.h06-Dec-20161.2K
proc.c06-Dec-201627K
proc.h06-Dec-20169.6K
prototype.c06-Dec-201616.6K
prototype.h06-Dec-20168.9K
read_config_file.c06-Dec-201628.4K
read_config_file.h06-Dec-20161K
README06-Dec-20163.2K
README.version06-Dec-2016166
summary.c06-Dec-20165K
summary.h06-Dec-20161.1K
sysdeps/06-Dec-2016
testsuite/06-Dec-2016
TODO06-Dec-20167.6K
type.c06-Dec-201614.5K
type.h06-Dec-20165.5K
value.c06-Dec-201610.7K
value.h06-Dec-20166.6K
value_dict.c06-Dec-20163.4K
value_dict.h06-Dec-20162.3K
vect.c06-Dec-20164.5K
vect.h06-Dec-20167.8K
zero.c06-Dec-20162.7K
zero.h06-Dec-20161.2K

README

      1 This directory contains sources of ltrace.  See the file configure.ac
      2 to see what version this is.
      3 
      4 Ltrace is a debugging program which runs a specified command until the
      5 command exits.  While the command is executing, ltrace intercepts and
      6 records both the dynamic library calls called by the executed process
      7 and the signals received by the executed process.  Ltrace can also
      8 intercept and print system calls executed by the process.
      9 
     10 For general building and installation instructions, see the file INSTALL.
     11 
     12 For list of authors and contributors, see the file CREDITS.
     13 
     14 ltrace is free software.  See the file COPYING for license.
     15 
     16 Some documentation on ltrace usage is given in the manual page, which
     17 is in the file ltrace.1.
     18 
     19 
     20 Supported Targets
     21 -----------------
     22 
     23 The following targets are currently (at least somewhat) supported.
     24 Some of them may be more or less broken in reality, it is not feasible
     25 to test each release comprehensively on each target.
     26 
     27 	aarch64-*-linux-gnu
     28 	armv6l-*-linux-gnueabi
     29 	armv7l-*-linux-gnueabihf
     30 	i[4567]86-*-linux-gnu
     31 	ia64-*-linux-gnu
     32 	m68k-*-linux-gnu
     33 	metag-*-linux-uclibc
     34 	mips-*-linux-gnu
     35 	powerpc-*-linux-gnu
     36 	powerpc64-*-linux-gnu
     37 	s390-*-linux-gnu
     38 	s390x-*-linux-gnu
     39 	x86_64-*-linux-gnu
     40 
     41 The following systems were supported at some point in past, but
     42 current status is unknown:
     43 
     44 	sparc*-*-linux-gnu
     45 	sparc64*-*-linux-gnu
     46 	alpha*-*-linux-gnu
     47 
     48 
     49 Bug Reports
     50 -----------
     51 
     52 You can send bug reports to <ltrace-devel (a] lists.alioth.debian.org>.
     53 User requests can also be directed to that address.
     54 
     55 If the ltrace package that you are using came with your operating
     56 system, please be sure to reproduce the problem in unmodified upstream
     57 version of ltrace before reporting a bug.
     58 
     59 
     60 Development
     61 -----------
     62 
     63 ltrace development is hosted by Alioth.Debian.org:
     64 
     65   https://alioth.debian.org/projects/ltrace/
     66 
     67 Release tarballs can be downloaded here:
     68 
     69   https://alioth.debian.org/frs/?group_id=30892
     70 
     71 Anonymous GIT access is available via:
     72 
     73   git://git.debian.org/git/collab-maint/ltrace.git
     74 
     75 If you have anything to contribute, please send an e-mail to
     76 <ltrace-devel (a] lists.alioth.debian.org>, and attach your patches
     77 formatted with git format-patch.  This makes them easy to apply after
     78 review, and such patches also preserve authorship.
     79 
     80 If you intend to work on a feature (essentially anything beyond a
     81 quick one-liner), it is advisable to send an e-mail beforehand.
     82 
     83 
     84 -------------------------------------------------------------------------------
     85 Copyright (C) 2012-2014 Petr Machata <pmachata (a] redhat.com>
     86 Copyright (C) 1997-2009 Juan Cespedes <cespedes (a] debian.org>
     87 This file is part of ltrace.
     88 
     89 ltrace is free software; you can redistribute it and/or modify it
     90 under the terms of the GNU General Public License as published by the
     91 Free Software Foundation; either version 2 of the License, or (at your
     92 option) any later version.
     93 
     94 ltrace is distributed in the hope that it will be useful, but WITHOUT
     95 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
     96 FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
     97 for more details.
     98 
     99 You should have received a copy of the GNU General Public License
    100 along with this program.  If not, see <http://www.gnu.org/licenses/>.
    101 

README.version

      1 URL: http://pkgs.fedoraproject.org/repo/pkgs/ltrace/ltrace-0.7.91.tar.bz2/9db3bdee7cf3e11c87d8cc7673d4d25b/ltrace-0.7.91.tar.bz2
      2 Version: 0.7.91
      3 BugComponent: 119451
      4