A utility to trace the system calls of a program
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.
- Developed at devel:tools
- Sources inherited from project openSUSE:Factory
-
3
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:42:Factory-Candidates-Check/strace && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
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 |
Latest Revision
Ana Guerrero (anag+factory)
accepted
request 1201295
from
Andreas Schwab (AndreasSchwab)
(revision 109)
- 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. (forwarded request 1201294 from AndreasSchwab)
Comments 0