2002-03-31 22:45:45 +04:00
Source: strace
2004-07-12 11:27:25 +04:00
Section: utils
2002-03-31 22:45:45 +04:00
Priority: standard
2003-01-10 10:50:23 +03:00
Maintainer: Roland McGrath <frob@debian.org>
2008-07-18 04:18:27 +04:00
Uploaders: Frederik Schüler <fs@debian.org>
2008-07-18 04:49:31 +04:00
Build-Depends: libc6-dev (>= 2.2.2) [!alpha !ia64], libc6.1-dev (>= 2.2.2) [alpha ia64], gcc-multilib [i386 powerpc s390 sparc], debhelper (>= 5.0.0)
2008-07-18 04:18:27 +04:00
Standards-Version: 3.8.0
Homepage: http://sourceforge.net/projects/strace/
2002-03-31 22:45:45 +04:00
Package: strace
2007-07-05 23:30:27 +04:00
Architecture: alpha amd64 arm armeb armel hppa i386 ia64 m68k mips mipsel powerpc ppc64 s390 s390x sh sparc
2002-03-31 22:45:45 +04:00
Depends: ${shlibs:Depends}
2003-01-09 02:46:03 +03:00
Description: A system call tracer
2002-03-31 22:45:45 +04:00
strace is a system call tracer, i.e. a debugging tool which prints out
a trace of all the system calls made by a another process/program.
The program to be traced need not be recompiled for this, so you can
use it on binaries for which you don't have source.
.
System calls and signals are events that happen at the user/kernel
2008-07-22 04:27:31 +04:00
interface. A close examination of this boundary is very useful for bug
isolation, sanity checking and attempting to capture race conditions.
Package: strace64
Architecture: i386 powerpc s390 sparc
Depends: ${shlibs:Depends}
Description: A system call tracer for 64bit binaries
strace is a system call tracer, i.e. a debugging tool which prints out
a trace of all the system calls made by a another process/program.
The program to be traced need not be recompiled for this, so you can
use it on binaries for which you don't have source.
.
2009-01-02 16:03:44 +03:00
This package containts the 64bit version of the binary, intended for
2008-07-22 04:27:31 +04:00
biarch systems with 32bit userland and 64bit kernel.
.
System calls and signals are events that happen at the user/kernel
2002-03-31 22:45:45 +04:00
interface. A close examination of this boundary is very useful for bug
isolation, sanity checking and attempting to capture race conditions.
2005-02-03 06:19:34 +03:00
Package: strace-udeb
Section: debian-installer
2008-07-18 04:49:31 +04:00
XC-Package-Type: udeb
2005-02-03 06:19:34 +03:00
Priority: extra
2007-07-05 23:30:27 +04:00
Architecture: alpha amd64 arm armeb armel hppa i386 ia64 m68k mips mipsel powerpc ppc64 s390 sh sparc
2005-02-03 06:19:34 +03:00
Depends: ${shlibs:Depends}
Description: A system call tracer
strace is a system call tracer, i.e. a debugging tool which prints out
a trace of all the system calls made by a another process/program.
The program to be traced need not be recompiled for this, so you can
use it on binaries for which you don't have source.
.
System calls and signals are events that happen at the user/kernel
interface. A close examination of this boundary is very useful for bug
isolation, sanity checking and attempting to capture race conditions.
.
This is a stripped down package intended for debugging use in the Debian
installer.