Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
ltrace: Tracks runtime library calls from dynamically linked executables.
Name: | ltrace |
Vendor: | Red Hat, Inc. |
Version: | 0.3.29 |
License: | GPL |
Release: | 1 |
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.29-1.i386.rpm |
Build Date: | Mon Feb 3 11:43:20 2003 |
Packager: | Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla> |
Size: | 130 KiB |
Changelog
- * Mon Feb 3 16:00:00 2003 Jakub Jelinek <jakub{%}redhat{*}com> 0.3.29-1
- update to 0.3.29
- * Wed Jan 22 16:00:00 2003 Tim Powers <timp{%}redhat{*}com>
- rebuilt
- * Sun Sep 1 17:00:00 2002 Jakub Jelinek <jakub{%}redhat{*}com> 0.3.10-12
- add a bunch of missing functions to ltrace.conf
(like strlen, ugh)