Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
ltrace: Tracks runtime library calls from dynamically linked executables.
Name: | ltrace |
Vendor: | StartCom Ltd., http://www.startcom.org |
Version: | 0.5 |
License: | GPL |
Release: | 13.45svn.SEL5_3 |
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 24 00:00:00 2009 Anatoly Metetes <anatolym{%}startcom{*}org>
-
- Rebuild for StartCom Linux 5.0.x
- * Wed Mar 4 00: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
- * Thu Feb 26 00: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