• Home
Name Date Size #Lines LOC

..--

etc/07-May-2024-1,166920

sysdeps/07-May-2024-22,68716,595

testsuite/07-May-2024-5,5593,603

.gitignoreD07-May-2024921 5447

Android.mkD07-May-20244.8 KiB196152

COPYINGD07-May-202417.6 KiB341281

CREDITSD07-May-20242.7 KiB137109

INSTALLD07-May-202415.2 KiB366284

MODULE_LICENSE_GPLD07-May-20240

Makefile.amD07-May-20242.7 KiB10368

NEWSD07-May-202413.7 KiB363266

NOTICED07-May-202417.6 KiB341281

READMED07-May-20243.2 KiB10170

README.versionD07-May-2024166 43

TODOD07-May-20247.6 KiB196150

autogen.shD07-May-20241.1 KiB4314

backend.hD07-May-202419.5 KiB459120

bits.cD07-May-20241.1 KiB359

bits.hD07-May-2024952 305

breakpoint.hD07-May-20246.7 KiB16449

breakpoints.cD07-May-202411.3 KiB487373

callback.hD07-May-20242.6 KiB6910

common.hD07-May-20242.1 KiB7329

config.hD07-May-202473 20

configure.acD07-May-202412.1 KiB420371

debug.cD07-May-20241.7 KiB6838

debug.hD07-May-20241.3 KiB4614

defs.hD07-May-20241.2 KiB349

demangle.cD07-May-20242.2 KiB8648

demangle.hD07-May-20241.4 KiB4113

dict.cD07-May-202414.2 KiB632489

dict.hD07-May-20249.9 KiB247135

execute_program.cD07-May-20242.7 KiB11984

expr.cD07-May-20248.8 KiB416333

expr.hD07-May-20245.6 KiB16181

fetch.cD07-May-20244.2 KiB167120

fetch.hD07-May-20243.7 KiB9640

filter.cD07-May-20244.1 KiB192153

filter.hD07-May-20242.9 KiB9944

forward.hD07-May-20241.2 KiB4118

glob.cD07-May-20246.5 KiB273224

glob.hD07-May-20241.1 KiB336

handle_event.cD07-May-202421.7 KiB860678

lens.cD07-May-20241.7 KiB6334

lens.hD07-May-20241.7 KiB5215

lens_default.cD07-May-202417.5 KiB764612

lens_default.hD07-May-20241.6 KiB5312

lens_enum.cD07-May-20244.1 KiB160110

lens_enum.hD07-May-20241.5 KiB4814

libltrace.cD07-May-20244 KiB181130

library.cD07-May-202410.3 KiB504397

library.hD07-May-20248.3 KiB23789

ltrace-elf.cD07-May-202432.9 KiB1,3021,017

ltrace-elf.hD07-May-20246.9 KiB17882

ltrace.1D07-May-202413.5 KiB348266

ltrace.conf.5D07-May-202413.3 KiB413319

ltrace.hD07-May-20241.7 KiB6539

main.cD07-May-20241.3 KiB589

memstream.cD07-May-20241.9 KiB7444

memstream.hD07-May-20241.1 KiB3610

options.cD07-May-202418.6 KiB732602

options.hD07-May-20243.6 KiB10955

output.cD07-May-202421.2 KiB883719

output.hD07-May-20242.3 KiB6017

param.cD07-May-20243.5 KiB144104

param.hD07-May-20245.6 KiB16365

printf.cD07-May-20248.9 KiB404304

printf.hD07-May-20241.2 KiB357

proc.cD07-May-202427 KiB1,147889

proc.hD07-May-20249.6 KiB275124

prototype.cD07-May-202416.6 KiB709555

prototype.hD07-May-20248.9 KiB24474

read_config_file.cD07-May-202428.4 KiB1,275973

read_config_file.hD07-May-20241 KiB295

summary.cD07-May-20245 KiB202153

summary.hD07-May-20241.1 KiB3611

type.cD07-May-202414.5 KiB705571

type.hD07-May-20245.5 KiB16065

value.cD07-May-202410.7 KiB501391

value.hD07-May-20246.6 KiB16556

value_dict.cD07-May-20243.4 KiB149111

value_dict.hD07-May-20242.3 KiB6819

vect.cD07-May-20244.5 KiB211160

vect.hD07-May-20247.8 KiB212117

zero.cD07-May-20242.7 KiB10466

zero.hD07-May-20241.2 KiB356

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

README.version

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