Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
ltrace: Tracks runtime library calls from dynamically linked executables.
Name: | ltrace |
Vendor: | Scientific Linux |
Version: | 0.4 |
License: | GPL |
Release: | 3.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
- * Wed Nov 22 18:00:00 2006 Petr Machata <pmachata{%}redhat{*}com> - 0.4-3.el4
- fix attach (related to bz 199945 fix)
- * Mon Aug 14 19:00:00 2006 Petr Machata <pmachata{%}redhat{*}com> - 0.4-2.el4
- add IBM exec and fork patches (#199427, #199945)
- * Wed Jun 14 19:00:00 2006 Petr Machata <pmachata{%}redhat{*}com> - 0.4-1.7.EL4
- bump up release to match EL3 release number