Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
ltrace: Tracks runtime library calls from dynamically linked executables.
Name: | ltrace |
Vendor: | Scientific Linux |
Version: | 0.4 |
License: | GPL |
Release: | 1.7.EL3 |
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
- * Fri Jun 2 19:00:00 2006 Petr Machata <pmachata{%}redhat{*}com> - 0.4-1.7.EL3
- ptrace_setoptions patch: prevent warnings about failing ptrace
setoptions request, if it isn't supported by kernel.
- * Thu Jun 1 19:00:00 2006 Petr Machata <pmachata{%}redhat{*}com> - 0.4-1.6.EL3
- e_entry patch: use elf's e_entry field instead of looking up _start
symbol, which failed on stripped binaries.
- * Thu Jun 1 19:00:00 2006 Petr Machata <pmachata{%}redhat{*}com> - 0.4-1.5.EL3
- Correct a typo that prevented the inclusion of "demangle.h"
- Adding -Wl,-z,relro and -Wl,-z,now linking options to make the
binary more secure.