Jump to letter: [
9ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
ltrace: Tracks runtime library calls from dynamically linked executables.
Name: | ltrace |
Vendor: | Scientific Linux |
Version: | 0.5 |
License: | GPL |
Release: | 7.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
- * Mon Nov 12 16:00:00 2007 Petr Machata <pmachata{%}redhat{*}com> - 0.5-7.45svn
- added "unexpected breakpoint" patch by IBM
- Resolves: #247123
- * Mon Sep 4 17:00:00 2006 Petr Machata <pmachata{%}redhat{*}com> - 0.5-5.45svn
- fix plt handling on ppc32 (symval patch)
- fix attaching to process (attach patch)
- add fork & exec patches from IBM
- adjust weak symbol handling (ppc32fc5 patch)
- * Wed Aug 23 17:00:00 2006 Petr Machata <pmachata{%}redhat{*}com> - 0.5-3.45svn
- use "{X}.{release}svn" release string per naming guidelines