summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: 7df0b4869622a6e60e19e16cba2fc01ac7a0ad72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: latrace
Section: utils
Priority: optional
Maintainer: Akos PASZTORY <akos.pasztory@gmail.com>
Standards-Version: 3.8.0
Build-Depends: flex, bison, autoconf, binutils-dev (>= 2.19.51),
	       asciidoc, xmlto

Package: latrace
Architecture: i386 amd64 armel
Depends: libc6 (>= 2.5) [armel], libc6 (>= 2.7-1) [i386 amd64]
Description: traces library calls in dynamically linked programs
 latrace (similar to ltrace) displays dynamic library calls of a program
 using the LD_AUDIT feature of newer glibc versions.  It is also capable to
 measure and display various statistics of dynamic calls.  If a config file
 is provided, latrace will display function arguments with detailed output
 for structures.
 .
 See also http://people.redhat.com/jolsa/latrace/index.shtml