Re: [Valgrind-developers] [patch] vc_annotate build fixes

2008-03-11 Thread Julian Seward
On Tuesday 11 March 2008 07:19, Brad Hards wrote: > On Tuesday 11 March 2008 08:02:01 am Nicholas Nethercote wrote: > > On Mon, 10 Mar 2008, Brad Hards wrote: > > > It appears to be working for me, although some of the output looks a > > > bit strange: > > >5: 12:void TestQEmf::check() >

[Valgrind-developers] valgrind: r7636 - branches/HGDEV/helgrind

2008-03-11 Thread svn
Author: sewardj Date: 2008-03-11 11:44:53 + (Tue, 11 Mar 2008) New Revision: 7636 Log: More crude experimentation: ignore references in the lowest page of a thread's stack. Modified: branches/HGDEV/helgrind/hg_main.c Modified: branches/HGDEV/helgrind/hg_main.c =

[Valgrind-developers] valgrind: r7637 - trunk

2008-03-11 Thread svn
Author: bart Date: 2008-03-11 18:15:49 + (Tue, 11 Mar 2008) New Revision: 7637 Log: Third attempt to get the OpenMP configure test right. Modified: trunk/configure.in Modified: trunk/configure.in === --- trunk/configure.in

[Valgrind-developers] valgrind: r7638 - in trunk/exp-drd: . tests

2008-03-11 Thread svn
Author: bart Date: 2008-03-11 18:29:35 + (Tue, 11 Mar 2008) New Revision: 7638 Log: Renamed drd_intercepts.c into drd_pthread_intercepts.c. Added: trunk/exp-drd/drd_pthread_intercepts.c Removed: trunk/exp-drd/drd_intercepts.c Modified: trunk/exp-drd/Makefile.am trunk/exp-drd/tests

[Valgrind-developers] valgrind: r7639 - trunk

2008-03-11 Thread svn
Author: bart Date: 2008-03-11 19:46:45 + (Tue, 11 Mar 2008) New Revision: 7639 Log: Added an OpenMP suppression pattern. Modified: trunk/glibc-2.X-drd.supp Modified: trunk/glibc-2.X-drd.supp === --- trunk/glibc-2.X-drd.supp

[Valgrind-developers] valgrind: r7640 - trunk/exp-drd/tests

2008-03-11 Thread svn
Author: bart Date: 2008-03-11 20:06:04 + (Tue, 11 Mar 2008) New Revision: 7640 Log: Depending on the fourth command line argument, a racy or non-racy run is started. Modified: trunk/exp-drd/tests/matinv_openmp.c Modified: trunk/exp-drd/tests/matinv_openmp.c =

[Valgrind-developers] valgrind: r7641 - trunk/exp-drd/tests

2008-03-11 Thread svn
Author: bart Date: 2008-03-11 20:06:50 + (Tue, 11 Mar 2008) New Revision: 7641 Log: Converted tabs into spaces. Modified: trunk/exp-drd/tests/pth_create_chain.c Modified: trunk/exp-drd/tests/pth_create_chain.c === --- trunk/