Path to this page:
./
devel/etrace,
Function call tracing
Branch: CURRENT,
Version: 2.1nb3,
Package name: etrace-2.1nb3,
Maintainer: gdtetrace: 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.
Required to run:[
lang/perl5] [
lang/python27]
Master sites:
SHA1: 80798628bb7e1c65c558b05ec451c9447bd8543a
RMD160: b15d51acf9cdb4a7d42b31c556d1d86c81f9acf7
Filesize: 8.062 KB
Version history: (Expand)
- (2012-10-04) Updated to version: etrace-2.1nb3
- (2012-06-11) Package has been reborn
- (2012-06-11) Package deleted from pkgsrc
- (2012-03-15) Updated to version: etrace-2.1nb2
- (2011-06-20) Updated to version: etrace-2.1nb1
- (2006-10-14) Package added to pkgsrc.se, version etrace-2.1 (created)
CVS history: (Expand)
| 2012-10-31 12:19:55 by Aleksej Saushev | Files touched by this commit (1460) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
| 2012-10-03 23:59:10 by Thomas Klausner | Files touched by this commit (2798) |
Log message:
Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.
I hope that's all of them.
|
2012-03-15 12:53:45 by OBATA Akio | Files touched by this commit (170) |  |
Log message:
Bump PKGREVISION from default python to 2.7.
|
| 2011-06-19 21:40:36 by David A. Holland | Files touched by this commit (1) |
Log message:
REPLACE_PYTHON. Depend on python. PKGREVISION -> 1.
|
| 2009-06-14 19:49:18 by Joerg Sonnenberger | Files touched by this commit (454) |
Log message:
Remove @dirrm entries from PLISTs
|
| 2009-02-14 11:34:56 by Roland Illig | Files touched by this commit (2) |
Log message:
Small cleanups:
- Added a runtime dependency to Perl
- Using AUTO_MKDIRS instead of INSTALLATION_DIRS saves a few lines
- Sorted PLIST
- Removed a needless mkdir command from the PLIST
|
| 2008-03-03 18:45:38 by Johnny C. Lam | Files touched by this commit (119) |
Log message:
Mechanical changes to add DESTDIR support to packages that install
their files via a custom do-install target.
|
2006-10-14 01:45:15 by Greg Troxel | Files touched by this commit (4) |  |
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.
|