Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
ltrace: Tracks runtime library calls from dynamically linked executables.
Name: | ltrace |
Vendor: | Scientific Linux |
Version: | 0.3.36 |
License: | GPL |
Release: | 2.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
- * Tue Dec 14 18:00:00 2004 Jakub Jelinek <jakub{%}redhat{*}com> 0.3.36-2.EL4
- make x86_64 ltrace trace both 32-bit and 64-bit binaries (#141955,
IT#55600)
- fix tracing across execve
- fix printf-style format handling on 64-bit arches
- * Thu Nov 18 18:00:00 2004 Jakub Jelinek <jakub{%}redhat{*}com> 0.3.36-1
- update to 0.3.36
- * Mon Oct 11 19:00:00 2004 Jakub Jelinek <jakub{%}redhat{*}com> 0.3.35-1
- update to 0.3.35
- update syscall tables from latest kernel source