1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/devel/strace/pkg-descr
Yaroslav Tykhiy e2a8984548 New port: devel/strace.
Submitted by:	Alex Semenyaka <alexs@snark.rinet.ru>
2001-05-15 19:52:44 +00:00

13 lines
412 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 ktrace/kdump pair of utilities,
but strace's output style is more convenient in some cases or for
some developers.
WWW: http://www.liacs.nl/~wichert/strace/
- Alex Semenyaka
alexs@snark.rinet.ru