[svn:parrot] r41243 - trunk/tools/dev

dukeleto at svn.parrot.org dukeleto at svn.parrot.org
Sat Sep 12 21:22:37 UTC 2009


Author: dukeleto
Date: Sat Sep 12 21:22:37 2009
New Revision: 41243
URL: https://trac.parrot.org/parrot/changeset/41243

Log:
[toos] Add a valgrind script for darwin

Added:
   trunk/tools/dev/vgp_darwin   (contents, props changed)

Added: trunk/tools/dev/vgp_darwin
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ trunk/tools/dev/vgp_darwin	Sat Sep 12 21:22:37 2009	(r41243)
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+valgrind --suppressions=tools/dev/parrot.supp \
+         --num-callers=50 \
+         --leak-check=full \
+         --leak-resolution=high \
+         --show-reachable=yes \
+         --dsymutil=yes \
+         ./parrot --leak-test $@
+


More information about the parrot-commits mailing list