1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/devel/strace/pkg-descr
Max Khon 8cd828c6b5 Update to 4.4.94.
PR:		50432
Submitted by:	MAINTAINER
2003-04-19 13:30:41 +00:00

11 lines
370 B
Plaintext

Strace is a process tracer, i.e. a debugging tool that prints out
a trace of all the system calls made and signals received by a
process itself or a process and its descendants.
Strace is similar to the native BSD ``truss'' utility, but it's
output style is more convenient in most cases.
WWW: http://strace.sourceforge.net/
Maintains: Alex Semenyaka (alex@rinet.ru)