blob: 4b22d502a5d7738c246e51b775221da8bd923375 [file] [log] [blame]
Wichert Akkermand321ff92002-03-31 18:45:45 +00001Source: strace
2Section: devel
3Priority: standard
4Maintainer: Wichert Akkerman <wakkerma@debian.org>
5Build-Depends: libc6-dev (>= 2.2.2-1) [!alpha !ia64], libc6.1-dev (>= 2.2.2-1) [alpha ia64]
6Standards-Version: 3.5.2
7
8Package: strace
9Architecture: alpha arm hppa i386 ia64 m68k mips mipsel powerpc s390 sh sparc
10Depends: ${shlibs:Depends}
11Description: A system call tracer.
12 strace is a system call tracer, i.e. a debugging tool which prints out
13 a trace of all the system calls made by a another process/program.
14 The program to be traced need not be recompiled for this, so you can
15 use it on binaries for which you don't have source.
16 .
17 System calls and signals are events that happen at the user/kernel
18 interface. A close examination of this boundary is very useful for bug
19 isolation, sanity checking and attempting to capture race conditions.