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.7.2-5.fc19.i686
[124 KiB] |
Changelog
by Petr Machata (2013-03-26):
- On s390, the highest bit in PC address is used to distinguish
between 24-bit and 31-bit addressing modes. Linux used to do this
for us, but not anymore.
(ltrace-0.7.2-s390-set_instruction_pointer.patch)
|