Wichert Akkerman | d321ff9 | 2002-03-31 18:45:45 +0000 | [diff] [blame] | 1 | Source: strace |
Roland McGrath | a03d227 | 2003-01-10 07:50:23 +0000 | [diff] [blame] | 2 | Maintainer: Roland McGrath <frob@debian.org> |
Roland McGrath | 6019fbb | 2008-07-18 00:18:27 +0000 | [diff] [blame] | 3 | Uploaders: Frederik SchΓΌler <fs@debian.org> |
Dmitry V. Levin | 22a9780 | 2009-09-14 17:03:20 +0000 | [diff] [blame^] | 4 | Section: utils |
| 5 | Priority: standard |
| 6 | 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) |
Roland McGrath | 6019fbb | 2008-07-18 00:18:27 +0000 | [diff] [blame] | 7 | Standards-Version: 3.8.0 |
| 8 | Homepage: http://sourceforge.net/projects/strace/ |
Wichert Akkerman | d321ff9 | 2002-03-31 18:45:45 +0000 | [diff] [blame] | 9 | |
| 10 | Package: strace |
Roland McGrath | c9024cc | 2007-07-05 19:30:27 +0000 | [diff] [blame] | 11 | Architecture: alpha amd64 arm armeb armel hppa i386 ia64 m68k mips mipsel powerpc ppc64 s390 s390x sh sparc |
Dmitry V. Levin | 22a9780 | 2009-09-14 17:03:20 +0000 | [diff] [blame^] | 12 | Section: utils |
| 13 | Priority: standard |
Wichert Akkerman | d321ff9 | 2002-03-31 18:45:45 +0000 | [diff] [blame] | 14 | Depends: ${shlibs:Depends} |
Wichert Akkerman | 136bbb1 | 2003-01-08 23:46:03 +0000 | [diff] [blame] | 15 | Description: A system call tracer |
Wichert Akkerman | d321ff9 | 2002-03-31 18:45:45 +0000 | [diff] [blame] | 16 | strace is a system call tracer, i.e. a debugging tool which prints out |
| 17 | a trace of all the system calls made by a another process/program. |
| 18 | The program to be traced need not be recompiled for this, so you can |
| 19 | use it on binaries for which you don't have source. |
| 20 | . |
| 21 | System calls and signals are events that happen at the user/kernel |
| 22 | interface. A close examination of this boundary is very useful for bug |
| 23 | isolation, sanity checking and attempting to capture race conditions. |
Roland McGrath | 98d5f01 | 2005-02-03 03:19:34 +0000 | [diff] [blame] | 24 | |
Roland McGrath | a04e213 | 2008-07-22 00:27:31 +0000 | [diff] [blame] | 25 | Package: strace64 |
| 26 | Architecture: i386 powerpc s390 sparc |
Dmitry V. Levin | 22a9780 | 2009-09-14 17:03:20 +0000 | [diff] [blame^] | 27 | Section: utils |
| 28 | Priority: extra |
Roland McGrath | a04e213 | 2008-07-22 00:27:31 +0000 | [diff] [blame] | 29 | Depends: ${shlibs:Depends} |
| 30 | Description: A system call tracer for 64bit binaries |
| 31 | strace is a system call tracer, i.e. a debugging tool which prints out |
| 32 | a trace of all the system calls made by a another process/program. |
| 33 | The program to be traced need not be recompiled for this, so you can |
| 34 | use it on binaries for which you don't have source. |
| 35 | . |
Denys Vlasenko | 402eeb6 | 2009-01-02 13:03:44 +0000 | [diff] [blame] | 36 | This package containts the 64bit version of the binary, intended for |
Roland McGrath | a04e213 | 2008-07-22 00:27:31 +0000 | [diff] [blame] | 37 | biarch systems with 32bit userland and 64bit kernel. |
| 38 | . |
| 39 | System calls and signals are events that happen at the user/kernel |
| 40 | interface. A close examination of this boundary is very useful for bug |
| 41 | isolation, sanity checking and attempting to capture race conditions. |
| 42 | |
Roland McGrath | 98d5f01 | 2005-02-03 03:19:34 +0000 | [diff] [blame] | 43 | Package: strace-udeb |
| 44 | Section: debian-installer |
Roland McGrath | 9a001a7 | 2008-07-18 00:49:31 +0000 | [diff] [blame] | 45 | XC-Package-Type: udeb |
Roland McGrath | 98d5f01 | 2005-02-03 03:19:34 +0000 | [diff] [blame] | 46 | Priority: extra |
Roland McGrath | c9024cc | 2007-07-05 19:30:27 +0000 | [diff] [blame] | 47 | Architecture: alpha amd64 arm armeb armel hppa i386 ia64 m68k mips mipsel powerpc ppc64 s390 sh sparc |
Roland McGrath | 98d5f01 | 2005-02-03 03:19:34 +0000 | [diff] [blame] | 48 | Depends: ${shlibs:Depends} |
| 49 | Description: A system call tracer |
| 50 | strace is a system call tracer, i.e. a debugging tool which prints out |
| 51 | a trace of all the system calls made by a another process/program. |
| 52 | The program to be traced need not be recompiled for this, so you can |
| 53 | use it on binaries for which you don't have source. |
| 54 | . |
| 55 | System calls and signals are events that happen at the user/kernel |
| 56 | interface. A close examination of this boundary is very useful for bug |
| 57 | isolation, sanity checking and attempting to capture race conditions. |
| 58 | . |
| 59 | This is a stripped down package intended for debugging use in the Debian |
| 60 | installer. |