[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: rev 4478 - trunk/subversion/libsvn_wc

From: <blair_at_orcaware.com>
Date: 2003-01-22 03:53:03 CET

Philip Martin wrote:
 
 Blair Zajac blair@orcaware.com writes:
 
  To make life easier for myself and anybody else who wants to run
  valgrind, I've attached a patch that modifies all of the libtool
  wrapper shell scripts to run valgrind.
 
 I've been thinking of a Makefile rule something like
 
 valgrind: local-all
         for i in $(VALGRIND_PROGRAMS) do;\
                 sed s/exec \$$program/exec valgrind -q --trace-children=yes \\$program/ $$i $$i.tmp mv $$i.tmp $$i;\
         done
 
 with a novalgrind rule to reverse the substitution.

That's a good idea. Should probably also add a VALGRIND_FLAGS
environmental or make variable to handle additional valgrind
flags, such as --suppression=/path/to/another/suppression/file.

Best,
Blair

-- 
Blair Zajac blair@orcaware.com
Plots of your system's performance - http://www.orcaware.com/orca/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 14 02:05:51 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.