Subject: CVS commit: pkgsrc/devel/etrace
From: Greg Troxel
Date: 2006-10-14 01:45:15
Message id: 20061013234516.01557211CA@cvs.netbsd.org

Log Message:
etrace: A run-time tracing tool
-------------------------------
These source files comprise a simple but efficient utility that allows the
display of a function call tree in a C program at run-time. It is also
possible to dump the results of a program execution to an ASCII file for
later examination.

* ptrace.c compiles your code to enable this run-time tracing
* etrace is a Python script that will perform the run-time tracing by
displaying the function names as they are called
* etrace.pl is a Perl script that will perform the run-time tracing by
displaying the function names as they are called. Moreover, etrace.pl
can be used to trace dynamic libraries.

Files:
RevisionActionfile
1.1importpkgsrc/devel/etrace/Makefile
1.1importpkgsrc/devel/etrace/PLIST
1.1importpkgsrc/devel/etrace/distinfo
1.1importpkgsrc/devel/etrace/DESCR