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

2008-01-13 Thread Tom Hughes
Nightly build on lloyd ( x86_64, Fedora 7 ) started at 2008-01-14 03:05:10 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-14 03:10:08 GMT nightly build (dellow, x86_64, Fedora 8)

2008-01-13 Thread Tom Hughes
Nightly build on dellow ( x86_64, Fedora 8 ) started at 2008-01-14 03:10: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-14 03:00:02 GMT nightly build (gill, x86_64, Fedora Core 2)

2008-01-13 Thread Tom Hughes
Nightly build on gill ( x86_64, Fedora Core 2 ) started at 2008-01-14 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

Re: [Valgrind-developers] valgrind: r7337 - in branches/DATASYMS: coregrind coregrind/m_debuginfo exp-drd include memcheck

2008-01-13 Thread Nicholas Nethercote
On Sun, 13 Jan 2008, Josef Weidendorfer wrote: >> A while back I actually started writing a separate tool that did exactly >> this. I didn't get very far with it, though. > > What was the problem? Motivation :) No particular technical problems. Nick ---

[Valgrind-developers] valgrind: r7345 - branches/DATASYMS/coregrind/m_syswrap

2008-01-13 Thread svn
Author: sewardj Date: 2008-01-13 15:36:15 + (Sun, 13 Jan 2008) New Revision: 7345 Log: Merge r7334 (Enable some syscalls needed to run firefox on 64-bit ppc on Fedora 8.) Modified: branches/DATASYMS/coregrind/m_syswrap/syswrap-ppc64-linux.c Modified: branches/DATASYMS/coregrind/m_syswrap

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

2008-01-13 Thread svn
Author: sewardj Date: 2008-01-13 15:27:44 + (Sun, 13 Jan 2008) New Revision: 7344 Log: Improve error reporting when failing to open the ELF file. Modified: branches/DATASYMS/coregrind/m_debuginfo/debuginfo.c branches/DATASYMS/coregrind/m_debuginfo/storage.c Modified: branches/DATASYMS

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

2008-01-13 Thread svn
Author: sewardj Date: 2008-01-13 15:26:15 + (Sun, 13 Jan 2008) New Revision: 7343 Log: Fix up .sbss fiddling a bit. Modified: branches/DATASYMS/coregrind/m_debuginfo/readelf.c Modified: branches/DATASYMS/coregrind/m_debuginfo/readelf.c

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

2008-01-13 Thread svn
Author: sewardj Date: 2008-01-13 14:12:13 + (Sun, 13 Jan 2008) New Revision: 7342 Log: Improve debug printing in prefersym(). Modified: branches/DATASYMS/coregrind/m_debuginfo/storage.c Modified: branches/DATASYMS/coregrind/m_debuginfo/storage.c ==

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

2008-01-13 Thread svn
Author: sewardj Date: 2008-01-13 14:11:24 + (Sun, 13 Jan 2008) New Revision: 7341 Log: Try to straighten out _bias computations for: .text .data .sdata .bss Modified: branches/DATASYMS/coregrind/m_debuginfo/readelf.c Modified: branches/DATASYMS/coregrind/m_debuginfo/readelf.c ===

Re: [Valgrind-developers] valgrind: r7339 - in branches/DATASYMS: coregrind include

2008-01-13 Thread Oswald Buddenhagen
On Sun, Jan 13, 2008 at 01:47:58AM +, [EMAIL PROTECTED] wrote: > +++ branches/DATASYMS/coregrind/m_libcbase.c 2008-01-13 01:47:56 UTC (rev > 7339) > @@ -563,13 +563,14 @@ > +Int VG_(log2) ( UInt x ) > { > Int i; > /* Any more than 32 and we overflow anyway... */ > for (i = 0; i