Download List

專案描述

ltrace is a debugging program which runs a specified command until it exits. While the command is executing, ltrace intercepts and records the dynamic library calls which are called by the executed process and the signals received by that process. It can also intercept and print the system calls executed by the program. The program to be traced need not be recompiled for this, so you can use it on binaries for which you don't have the source handy. You should install ltrace if you need a sysadmin tool for tracking the execution of processes.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2002-04-01 11:46
0.3.26

This version adds support for "powerpc" processors in Linux.
標籤: Minor feature enhancements

2002-04-01 04:30
0.3.24

Two minor buffer overflows have been fixed. There is support for the --prefix, --sysconfdir, and --mandir options in the configure script. There is preliminary PowerPC support (doesn't work yet).
標籤: Minor bugfixes

2002-03-04 03:24
0.3.23

This release adds an IBM S/390 port and simplifies some of the architecture dependent stuff.
標籤: Minor feature enhancements

2002-03-03 09:25
0.3.19

This release updates the list of syscalls and signals to Linux 2.4.18, fixes the display of return addresses in nested functions, adds the possibility to exit from a function different from the last called one, and fixes an off-by-one error in checking syscall number. There is now a unified coding-style of all function declarations, lines indicating signals, exit codes, etc. are not indented any more, and some architecture-dependent code was simplified.
標籤: Minor bugfixes

2001-07-10 19:51
0.3.15

The '-n' option was fixed so that it displays correct output even when tracing
several processes.
標籤: Minor bugfixes

Project Resources