NameDateSize

..06-Oct-20154 KiB

.gitignore06-Oct-2015921

Android.mk06-Oct-20154.6 KiB

autogen.sh06-Oct-20151.1 KiB

backend.h06-Oct-201519.5 KiB

bits.c06-Oct-20151.1 KiB

bits.h06-Oct-2015952

breakpoint.h06-Oct-20156.7 KiB

breakpoints.c06-Oct-201511.3 KiB

callback.h06-Oct-20152.6 KiB

common.h06-Oct-20152.1 KiB

config.h06-Oct-201573

configure.ac06-Oct-201512.1 KiB

COPYING06-Oct-201517.6 KiB

CREDITS06-Oct-20152.7 KiB

debug.c06-Oct-20151.7 KiB

debug.h06-Oct-20151.3 KiB

defs.h06-Oct-20151.2 KiB

demangle.c06-Oct-20152.2 KiB

demangle.h06-Oct-20151.4 KiB

dict.c06-Oct-201514.2 KiB

dict.h06-Oct-20159.9 KiB

etc/06-Oct-20154 KiB

execute_program.c06-Oct-20152.7 KiB

expr.c06-Oct-20158.8 KiB

expr.h06-Oct-20155.6 KiB

fetch.c06-Oct-20154.2 KiB

fetch.h06-Oct-20153.7 KiB

filter.c06-Oct-20154.1 KiB

filter.h06-Oct-20152.9 KiB

forward.h06-Oct-20151.2 KiB

glob.c06-Oct-20156.5 KiB

glob.h06-Oct-20151.1 KiB

handle_event.c06-Oct-201521.7 KiB

INSTALL06-Oct-201515.2 KiB

lens.c06-Oct-20151.7 KiB

lens.h06-Oct-20151.7 KiB

lens_default.c06-Oct-201517.5 KiB

lens_default.h06-Oct-20151.6 KiB

lens_enum.c06-Oct-20154.1 KiB

lens_enum.h06-Oct-20151.5 KiB

libltrace.c06-Oct-20154 KiB

library.c06-Oct-201510.3 KiB

library.h06-Oct-20158.3 KiB

ltrace-elf.c06-Oct-201532.9 KiB

ltrace-elf.h06-Oct-20156.9 KiB

ltrace.106-Oct-201513.5 KiB

ltrace.conf.506-Oct-201513.3 KiB

ltrace.h06-Oct-20151.7 KiB

main.c06-Oct-20151.3 KiB

Makefile.am06-Oct-20152.7 KiB

memstream.c06-Oct-20151.9 KiB

memstream.h06-Oct-20151.1 KiB

MODULE_LICENSE_GPL06-Oct-20150

NEWS06-Oct-201513.7 KiB

NOTICE06-Oct-201517.6 KiB

options.c06-Oct-201518.6 KiB

options.h06-Oct-20153.6 KiB

output.c06-Oct-201521.2 KiB

output.h06-Oct-20152.3 KiB

param.c06-Oct-20153.5 KiB

param.h06-Oct-20155.6 KiB

printf.c06-Oct-20158.9 KiB

printf.h06-Oct-20151.2 KiB

proc.c06-Oct-201527 KiB

proc.h06-Oct-20159.6 KiB

prototype.c06-Oct-201516.6 KiB

prototype.h06-Oct-20158.9 KiB

read_config_file.c06-Oct-201528.4 KiB

read_config_file.h06-Oct-20151 KiB

README06-Oct-20153.2 KiB

summary.c06-Oct-20155 KiB

summary.h06-Oct-20151.1 KiB

sysdeps/06-Oct-20154 KiB

testsuite/06-Oct-20154 KiB

TODO06-Oct-20157.6 KiB

type.c06-Oct-201514.5 KiB

type.h06-Oct-20155.5 KiB

value.c06-Oct-201510.7 KiB

value.h06-Oct-20156.6 KiB

value_dict.c06-Oct-20153.4 KiB

value_dict.h06-Oct-20152.3 KiB

vect.c06-Oct-20154.5 KiB

vect.h06-Oct-20157.8 KiB

zero.c06-Oct-20152.7 KiB

zero.h06-Oct-20151.2 KiB

README

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