Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
ltrace: Tracks runtime library calls from dynamically linked executables.
Name: | ltrace |
Vendor: | Fermi National Accelerator Laboratory |
Version: | 0.3.29 |
License: | GPL |
Release: | 1 |
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 Feb 3 18:00:00 2003 Jakub Jelinek <jakub{%}redhat{*}com> 0.3.29-1
- update to 0.3.29
- * Wed Jan 22 18:00:00 2003 Tim Powers <timp{%}redhat{*}com>
- rebuilt
- * Sun Sep 1 19:00:00 2002 Jakub Jelinek <jakub{%}redhat{*}com> 0.3.10-12
- add a bunch of missing functions to ltrace.conf
(like strlen, ugh)