Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
ltrace: Tracks runtime library calls from dynamically linked executables.
Name: | ltrace |
Vendor: | Red Hat, Inc. |
Version: | 0.3.36 |
License: | GPL |
Release: | 4.2 |
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.
Arch: i386
Download: | ltrace-0.3.36-4.2.i386.rpm |
Build Date: | Sat Feb 11 19:59:58 2006 |
Packager: | Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla> |
Size: | 156 KiB |
Changelog
- * Fri Feb 10 17:00:00 2006 Jesse Keating <jkeating{%}redhat{*}com> - 0.3.36-4.2
-
- bump again for double-long bug on ppc(64)
- * Tue Feb 7 17:00:00 2006 Jesse Keating <jkeating{%}redhat{*}com> - 0.3.36-4.1
-
- rebuilt for new gcc4.1 snapshot and glibc changes
- * Mon Jan 9 17:00:00 2006 Jakub Jelinek <jakub{%}redhat{*}com> 0.3.36-4
-
- added ppc64 and s390x support (IBM)
- added ia64 support (Ian Wienand)