Jump to letter: [
ACDEFGHIJKLMNOPQRSTUVWXYZ
]
ltrace: Tracks runtime library calls from dynamically linked executables.
Name: | ltrace |
Vendor: | Scientific Linux |
Version: | 0.5 |
License: | GPL |
Release: | 13.45svn.el5 |
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
- * Tue Mar 3 16:00:00 2009 Petr Machata <pmachata{%}redhat{*}com> - 0.5-13.45svn
- fix tracing of fork of 64-bit binaries with 64-bit ltrace on ppc
- improve earlychild patch
- Resolves: #265941
- * Wed Feb 25 16:00:00 2009 Petr Machata <pmachata{%}redhat{*}com> - 0.5-12.45svn
- support tracing of 31-bit binaries with 64-bit ltrace on s390
- remove bogus "wrong pid" message from earlychild patch
- Resolves: #265941
- * Tue Feb 24 16:00:00 2009 Petr Machata <pmachata{%}redhat{*}com> - 0.5-11.45svn
- patch from Supriya Kannery implements fetching 5th and further
function arguments on s390
- fix testsuite for interaction of -c and -o
- added fork/exec patches, mostly IBM's work
- added trace-exec tests into suite
- fix handling of the case where forked child is reported before
parent's fork event
- Resolves: #265941
- Resolves: #426352
- Resolves: #485779