A utility to trace the system calls of a program
http://sourceforge.net/projects/strace/
With strace, you can trace the activity of a program. Information
about any system calls the program makes and the signals it receives
and processes can be seen. Child processes can also be tracked.
- Devel package for openSUSE:Factory
-
4
derived packages
- Links to openSUSE:Factory / strace
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:tools/strace && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
baselibs.conf | 0000000761 761 Bytes | |
strace-6.11.tar.xz | 0002610440 2.49 MB | |
strace-6.11.tar.xz.asc | 0000000801 801 Bytes | |
strace.changes | 0000112664 110 KB | |
strace.keyring | 0000016254 15.9 KB | |
strace.spec | 0000002704 2.64 KB |
Revision 175 (latest revision is 178)
Andreas Schwab (AndreasSchwab)
accepted
request 1201294
from
Andreas Schwab (AndreasSchwab)
(revision 175)
- Update to strace 6.11 * Implemented decoding of uretprobe syscall. * Implemented decoding of WDIOC_GETSUPPORT and WDIOC_SETOPTIONS ioctl commands. * Enhanced decoding of unknown ioctl commands in non-abbreviated mode by printing the contents of the ioctl argument buffer in hexadecimal format. * Updated decoding of listmount, statmount, and statx syscalls. * Updated lists of ETHTOOL_*, IORING_*, IPPROTO_*, RWF_*, STATX_*, and V4L2_* constants. * Updated lists of ioctl commands from Linux 6.11.
Comments 0