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

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://latrace.sourceforge.net/