Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
ltrace - Tracks runtime library calls from dynamically linked executables
- Description:
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.
Packages
ltrace-0.5-16.45svn.fc14.src
[193 KiB] |
Changelog
by Petr Machata (2010-05-19):
- When the value of undefined symbol in PPC 32-bit binary is 0, use
PPC-specific magic to compute the PLT slots.
- Fix a problem with tracing stripped binary after execl on
architectures that need PLT reinitalisation breakpoint.
- Support tracing of 31-bit binaries with 64-bit ltrace
- Fix handling of the case where forked child is reported before
parent's fork event
- Patch from Supriya Kannery implements fetching 5th and further
function arguments on s390
|