Jump to letter: [
49ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
ltrace: Tracks runtime library calls from dynamically linked executables.
Name: | ltrace |
Vendor: | Scientific Linux |
Version: | 0.4 |
License: | GPL |
Release: | 6.el4 |
URL: | |
- Summary
- Ltrace is a debugging program which runs a specified command until the
command exits. While the command is executing, ltrace intercepts and
records both the dynamic library calls called by the executed process
and the signals received by the executed process. Ltrace can also
intercept and print system calls executed by the process.
You should install ltrace if you need a sysadmin tool for tracking the
execution of processes.
Changelog
- * Fri Feb 20 18:00:00 2009 Petr Machata <pmachata{%}redhat{*}com> - 0.4-6.el4
- adjust the testsuite to the -c/-o patch
- resolves: #483309
- * Wed Feb 11 18:00:00 2009 Petr Machata <pmachata{%}redhat{*}com> - 0.4-5.el4
- patch from James M. Leddy, fixes interaction of -c and -o
- resolves: #483309
- * Thu Jan 22 18:00:00 2009 Petr Machata <pmachata{%}redhat{*}com> - 0.4-4.el4
- added ia64 sigill patch
- added fork/exec patches, mostly IBM's work
- added trace-exec tests into suite
- fix man page
- Patch from Supriya Kannery implements fetching 5th and further
function arguments on s390
- resolves: #211163
- resolves: #223732
- resolves: #235671
- resolves: #427444