Author: bart
Date: 2008-02-25 20:25:10 +0000 (Mon, 25 Feb 2008)
New Revision: 7463

Log:
Filter out stack offset of stack variables.

Modified:
   trunk/exp-drd/tests/filter_stderr


Modified: trunk/exp-drd/tests/filter_stderr
===================================================================
--- trunk/exp-drd/tests/filter_stderr   2008-02-25 19:58:25 UTC (rev 7462)
+++ trunk/exp-drd/tests/filter_stderr   2008-02-25 20:25:10 UTC (rev 7463)
@@ -10,6 +10,7 @@
 # Remove line numbers from stack traces.
 sed \
 -e "/^exp-drd, a data race detector\.$/d" \
+-e "s/^Allocation context: stack of thread \([0-9]*\), offset 
-[0-9]*$/Allocation context: stack of thread \1, offset .../" \
 -e "/^NOTE: This is an Experimental-Class Valgrind Tool.$/d"  \
 -e "/^Copyright (C) 2006-200., and GNU GPL'd, by Bart Van Assche.$/d" \
 -e "s/\(pthread_create.c:[0-9]*\)/in libpthread-?.?.so/" \


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Valgrind-developers mailing list
Valgrind-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-developers

Reply via email to