File: control

package info (click to toggle)
latrace 0.5.11-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 716 kB
  • ctags: 1,414
  • sloc: ansic: 7,548; yacc: 460; sh: 284; makefile: 275; lex: 178
file content (18 lines) | stat: -rw-r--r-- 772 bytes parent folder | download | duplicates (2)
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: Riku Voipio <riku.voipio@linaro.org>
Standards-Version: 3.9.1
Homepage:  http://people.redhat.com/jolsa/latrace/index.shtml
Build-Depends: flex, bison, autoconf, debhelper (>=8),
	       asciidoc, xmlto, docbook-xsl, docbook-xml

Package: latrace
Architecture: i386 amd64 armel armhf
Depends: ${shlibs:Depends}, ${misc:Depends}
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.