1 Source: strace 2 Maintainer: Frederik Schler <fs (a] debian.org> 3 Section: utils 4 Priority: optional 5 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) 6 Standards-Version: 3.8.4 7 Homepage: http://sourceforge.net/projects/strace/ 8 9 Package: strace 10 Architecture: alpha amd64 arm64 armeb armel armhf hppa i386 ia64 m68k mips mipsel or1k powerpc powerpcspe ppc64 s390 s390x sh4 sparc sparc64 x32 11 Depends: ${shlibs:Depends}, ${misc:Depends} 12 Description: A system call tracer 13 strace is a system call tracer, i.e. a debugging tool which prints out 14 a trace of all the system calls made by a another process/program. 15 The program to be traced need not be recompiled for this, so you can 16 use it on binaries for which you don't have source. 17 . 18 System calls and signals are events that happen at the user/kernel 19 interface. A close examination of this boundary is very useful for bug 20 isolation, sanity checking and attempting to capture race conditions. 21 22 Package: strace64 23 Architecture: i386 powerpc s390 sparc 24 Priority: extra 25 Depends: ${shlibs:Depends}, ${misc:Depends} 26 Description: A system call tracer for 64bit binaries 27 strace is a system call tracer, i.e. a debugging tool which prints out 28 a trace of all the system calls made by a another process/program. 29 The program to be traced need not be recompiled for this, so you can 30 use it on binaries for which you don't have source. 31 . 32 This package contains the 64bit version of the binary, intended for 33 biarch systems with 32bit userland and 64bit kernel. 34 . 35 System calls and signals are events that happen at the user/kernel 36 interface. A close examination of this boundary is very useful for bug 37 isolation, sanity checking and attempting to capture race conditions. 38 39 Package: strace-udeb 40 Section: debian-installer 41 XC-Package-Type: udeb 42 Priority: extra 43 Architecture: alpha amd64 arm64 armeb armel armhf hppa i386 ia64 m68k mips mipsel or1k powerpc powerpcspe ppc64 s390 sh4 sparc sparc64 x32 44 Depends: ${shlibs:Depends}, ${misc:Depends} 45 Description: A system call tracer 46 strace is a system call tracer, i.e. a debugging tool which prints out 47 a trace of all the system calls made by a another process/program. 48 The program to be traced need not be recompiled for this, so you can 49 use it on binaries for which you don't have source. 50 . 51 System calls and signals are events that happen at the user/kernel 52 interface. A close examination of this boundary is very useful for bug 53 isolation, sanity checking and attempting to capture race conditions. 54 . 55 This is a stripped down package intended for debugging use in the Debian 56 installer. 57