Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
strace: Tracks and displays system calls associated with a running process.
- Summary
- The strace program intercepts and records the system calls called and
received by a running process. Strace can print a record of each
system call, its arguments and its return value. Strace is useful for
diagnosing problems and debugging, as well as for instructional
purposes.
Install strace if you need a tool to track the system calls made and
received by a process.
Changelog
- * Tue Oct 19 19:00:00 2004 Roland McGrath <roland{%}redhat{*}com> - 4.5.8-1
- fix multithreaded exit handling (#132150, #135254)
- fix ioctl name matching (#129808)
- print RTC_* ioctl structure contents (#58606)
- grok epoll_* syscalls (#134463)
- grok new RLIMIT_* values (#133594)
- print struct cmsghdr contents for sendmsg (#131689)
- fix clock_* and timer_* argument output (#131420)
- * Tue Aug 31 19:00:00 2004 Roland McGrath <roland{%}redhat{*}com> - 4.5.7-2
- new upstream version, misc fixes and updates (#128091, #129166, #128391, #129378, #130965, #131177)
- * Mon Jul 12 19:00:00 2004 Roland McGrath <roland{%}redhat{*}com> 4.5.6-1
- new upstream version, updates ioctl lists (#127398), fixes quotactl (#127393), more ioctl decoding (#126917)