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.6.0-19.fc18.x86_64
[108 KiB] |
Changelog
by Petr Machata (2012-10-01):
- Upstream patch for ia64 parameter passing
(ltrace-0.6.0-abi-ia64.patch)
- Upstream fix for a bug in computation of time spent in a syscall
(ltrace-0.6.0-syscall-time.patch)
- Upstream fix for a bug in passing struct(float,struct(float,float))
on x86_64 (ltrace-0.6.0-x86_64-flatten.patch)
- Upstream patch for support of -l option (ltrace-0.6.0-dash-l.patch)
- Several more upstream patches with random cleanups. Those were
brought to Fedora to make porting of other patches easier.
(ltrace-0.6.0-cleanups.patch)
|