2002-03-31 18:45:45 +00:00
Source: strace
2014-08-20 17:00:09 +00:00
Maintainer: Steve McIntyre <93sam@debian.org>
2009-09-14 17:03:20 +00:00
Section: utils
2010-02-04 12:14:56 -08:00
Priority: optional
2015-12-23 04:23:13 +00: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), gawk, libunwind-dev [amd64]
2015-12-20 00:51:51 +00:00
Standards-Version: 3.9.6
2008-07-18 00:18:27 +00:00
Homepage: http://sourceforge.net/projects/strace/
2002-03-31 18:45:45 +00:00
Package: strace
2015-03-03 18:31:06 +00:00
Architecture: alpha amd64 arm64 armeb armel armhf hppa i386 ia64 m68k mips mipsel mips64 mips64el or1k powerpc powerpcspe ppc64 ppc64el s390 s390x sh4 sparc sparc64 x32
2010-02-04 12:14:56 -08:00
Depends: ${shlibs:Depends}, ${misc:Depends}
2014-08-15 13:14:15 +00:00
Description: System call tracer
2002-03-31 18:45:45 +00: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 00:27:31 +00: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 17:03:20 +00:00
Priority: extra
2010-02-04 12:14:56 -08:00
Depends: ${shlibs:Depends}, ${misc:Depends}
2014-08-15 13:14:15 +00:00
Description: System call tracer for 64bit binaries
2008-07-22 00:27:31 +00: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 12:16:53 +00:00
This package contains the 64bit version of the binary, intended for
2008-07-22 00:27:31 +00:00
biarch systems with 32bit userland and 64bit kernel.
.
System calls and signals are events that happen at the user/kernel
2002-03-31 18:45:45 +00: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 03:19:34 +00:00
Package: strace-udeb
Section: debian-installer
2008-07-18 00:49:31 +00:00
XC-Package-Type: udeb
2005-02-03 03:19:34 +00:00
Priority: extra
2015-03-03 18:31:06 +00:00
Architecture: alpha amd64 arm64 armeb armel armhf hppa i386 ia64 m68k mips mipsel mips64 mips64el or1k powerpc powerpcspe ppc64 ppc64el s390 sh4 sparc sparc64 x32
2010-02-04 12:14:56 -08:00
Depends: ${shlibs:Depends}, ${misc:Depends}
2014-08-15 13:14:15 +00:00
Description: System call tracer
2005-02-03 03:19:34 +00: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.