summaryrefslogtreecommitdiff
path: root/devel/etrace
AgeCommit message (Collapse)AuthorFilesLines
2009-06-14Remove @dirrm entries from PLISTsjoerg1-4/+1
2009-02-14Small cleanups:rillig2-9/+5
- 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-03Mechanical changes to add DESTDIR support to packages that installjlam1-9/+13
their files via a custom do-install target.
2006-10-13etrace: A run-time tracing toolgdt4-0/+64
------------------------------- 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.