2002-03-31 22:45:45 +04:00
Source: strace
2009-10-06 00:50:07 +04:00
Maintainer: Frederik Schüler <fs@debian.org>
2009-09-14 21:03:20 +04:00
Section: utils
2010-02-04 23:14:56 +03:00
Priority: optional
2012-04-20 21:31:48 +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 (>= 7.0.0)
2014-08-15 17:14:15 +04:00
Standards-Version: 3.9.5
2008-07-18 04:18:27 +04:00
Homepage: http://sourceforge.net/projects/strace/
2002-03-31 22:45:45 +04:00
Package: strace
2014-06-03 16:16:53 +04:00
Architecture: alpha amd64 arm64 armeb armel armhf hppa i386 ia64 m68k mips mipsel or1k powerpc powerpcspe ppc64 s390 s390x sh4 sparc sparc64 x32
2010-02-04 23:14:56 +03:00
Depends: ${shlibs:Depends}, ${misc:Depends}
2014-08-15 17:14:15 +04:00
Description: 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
2009-09-14 21:03:20 +04:00
Priority: extra
2010-02-04 23:14:56 +03:00
Depends: ${shlibs:Depends}, ${misc:Depends}
2014-08-15 17:14:15 +04:00
Description: System call tracer for 64bit binaries
2008-07-22 04:27:31 +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.
.
2014-06-03 16:16:53 +04:00
This package contains 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
2014-06-03 16:16:53 +04:00
Architecture: alpha amd64 arm64 armeb armel armhf hppa i386 ia64 m68k mips mipsel or1k powerpc powerpcspe ppc64 s390 sh4 sparc sparc64 x32
2010-02-04 23:14:56 +03:00
Depends: ${shlibs:Depends}, ${misc:Depends}
2014-08-15 17:14:15 +04:00
Description: System call tracer
2005-02-03 06:19:34 +03: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
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.