Re: [Valgrind-developers] basic block vector plugin

2008-01-08 Thread Vince Weaver
Hello > > http://www.csl.cornell.edu/~vince/projects/valsim/ > > > We don't really have official guidelines for adding experimental tools, > other than someone must be willing to maintain it. I think it could be > useful to multiple people using Simpoints, so I think it could be a suitable > addi

[Valgrind-developers] 2008-01-09 03:15:08 GMT nightly build (alvis, i686, Red Hat 7.3)

2008-01-08 Thread Tom Hughes
Nightly build on alvis ( i686, Red Hat 7.3 ) started at 2008-01-09 03:15:08 GMT Results unchanged from 24 hours ago Checking out valgrind source tree ... done Configuring valgrind ... done Building valgrind ... done Running regression tests ..

[Valgrind-developers] 2008-01-09 03:05:09 GMT nightly build (lloyd, x86_64, Fedora 7)

2008-01-08 Thread Tom Hughes
Nightly build on lloyd ( x86_64, Fedora 7 ) started at 2008-01-09 03:05:09 GMT Results unchanged from 24 hours ago Checking out valgrind source tree ... done Configuring valgrind ... done Building valgrind ... done Running regression tests ...

[Valgrind-developers] 2008-01-09 03:10:06 GMT nightly build (dellow, x86_64, Fedora 8)

2008-01-08 Thread Tom Hughes
Nightly build on dellow ( x86_64, Fedora 8 ) started at 2008-01-09 03:10:06 GMT Results unchanged from 24 hours ago Checking out valgrind source tree ... done Configuring valgrind ... done Building valgrind ... done Running regression tests ..

[Valgrind-developers] 2008-01-09 03:00:02 GMT nightly build (gill, x86_64, Fedora Core 2)

2008-01-08 Thread Tom Hughes
Nightly build on gill ( x86_64, Fedora Core 2 ) started at 2008-01-09 03:00:02 GMT Results unchanged from 24 hours ago Checking out valgrind source tree ... done Configuring valgrind ... done Building valgrind ... done Running regression tests

[Valgrind-developers] valgrind: r7328 - branches/DATASYMS/coregrind/m_debuginfo

2008-01-08 Thread svn
Author: sewardj Date: 2008-01-08 23:59:03 + (Tue, 08 Jan 2008) New Revision: 7328 Log: A lot more tidying up. Make x86-linux work again. Modified: branches/DATASYMS/coregrind/m_debuginfo/readelf.c Modified: branches/DATASYMS/coregrind/m_debuginfo/readelf.c ==

[Valgrind-developers] valgrind: r7327 - trunk/coregrind/m_debuginfo

2008-01-08 Thread svn
Author: tom Date: 2008-01-08 17:44:04 + (Tue, 08 Jan 2008) New Revision: 7327 Log: If we don't find the address in the segInfo list that ask the address space manager for the name of the file it was mapped from as a fallback solution. This allows us to print the names of exe/dll files in the

[Valgrind-developers] valgrind: r7326 - branches/DATASYMS/coregrind/m_debuginfo

2008-01-08 Thread svn
Author: sewardj Date: 2008-01-08 17:29:02 + (Tue, 08 Jan 2008) New Revision: 7326 Log: Fix enough stuff so that simple x86-linux programs Memcheckify OK once again. Modified: branches/DATASYMS/coregrind/m_debuginfo/debuginfo.c branches/DATASYMS/coregrind/m_debuginfo/priv_storage.h br

[Valgrind-developers] Patch: make none/tests/blockfault run successfully on all architectures

2008-01-08 Thread Bart Van Assche
The test none/tests/blockfault currently runs successfully on some but not on all architectures. The reason is that the output of this test contains a stack size number. I have updated none/tests/filter_stderr such that this number is removed. Can this patch please be reviewed and applied ? Thanks

[Valgrind-developers] valgrind: r7325 - in trunk: coregrind/m_aspacemgr include

2008-01-08 Thread svn
Author: tom Date: 2008-01-08 16:48:30 + (Tue, 08 Jan 2008) New Revision: 7325 Log: Made the argument to VG_(am_get_filename) const as it doesn't need to be modified and the routine to find the segment for an address now returns a const pointer. Modified: trunk/coregrind/m_aspacemgr/aspacem

Re: [Valgrind-developers] syswrap for sync_file_range()

2008-01-08 Thread Tom Hughes
In message <[EMAIL PROTECTED]> Russell Sears <[EMAIL PROTECTED]> wrote: >> The wrapper should probably also validate the file descriptor like >> other wrappers which have file descriptor arguments do. > > I couldn't find any wrappers that do anything special with their file > descriptor ar

[Valgrind-developers] valgrind: r7324 - trunk/coregrind/m_syswrap

2008-01-08 Thread svn
Author: tom Date: 2008-01-08 16:31:25 + (Tue, 08 Jan 2008) New Revision: 7324 Log: Add support for the sync_file_range system call. Based on patch from Russell Sears <[EMAIL PROTECTED]>. Modified: trunk/coregrind/m_syswrap/priv_syswrap-linux.h trunk/coregrind/m_syswrap/syswrap-amd64-li

[Valgrind-developers] valgrind: r7323 - trunk/include/vki

2008-01-08 Thread svn
Author: tom Date: 2008-01-08 16:10:47 + (Tue, 08 Jan 2008) New Revision: 7323 Log: Update linux system call lists based on 2.6.23.1 kernel source. Modified: trunk/include/vki/vki-scnums-amd64-linux.h trunk/include/vki/vki-scnums-ppc32-linux.h trunk/include/vki/vki-scnums-ppc64-linux.

Re: [Valgrind-developers] valgrind: r7322 - trunk/coregrind/m_syswrap

2008-01-08 Thread Julian Seward
Is this worth pushing into 3_3_BRANCH ? I guess we should start a 3_3_BUGSTATUS.txt file now. Sigh. J On Tuesday 08 January 2008 14:54, [EMAIL PROTECTED] wrote: > Author: tom > Date: 2008-01-08 13:54:43 + (Tue, 08 Jan 2008) > New Revision: 7322 > > Log: > Valid file descriptor argument to

[Valgrind-developers] valgrind: r7322 - trunk/coregrind/m_syswrap

2008-01-08 Thread svn
Author: tom Date: 2008-01-08 13:54:43 + (Tue, 08 Jan 2008) New Revision: 7322 Log: Valid file descriptor argument to llseek system call. Modified: trunk/coregrind/m_syswrap/syswrap-linux.c Modified: trunk/coregrind/m_syswrap/syswrap-linux.c ===