Subject: CVS commit: pkgsrc/devel/etrace
To: None <pkgsrc-changes@NetBSD.org>
From: Greg Troxel <gdt@netbsd.org>
List: pkgsrc-changes
Date: 10/13/2006 23:45:16
Module Name:	pkgsrc
Committed By:	gdt
Date:		Fri Oct 13 23:45:15 UTC 2006

Update of /cvsroot/pkgsrc/devel/etrace
In directory ivanova.netbsd.org:/tmp/cvs-serv13679

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.



Vendor Tag:	TNF
Release Tags:	pkgsrc-base
		
N pkgsrc/devel/etrace/Makefile
N pkgsrc/devel/etrace/PLIST
N pkgsrc/devel/etrace/distinfo
N pkgsrc/devel/etrace/DESCR

No conflicts created by this import