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

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

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

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

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

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

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

2008-01-14 Thread svn
Author: sewardj Date: 2008-01-15 02:21:39 + (Tue, 15 Jan 2008) New Revision: 7349 Log: Track recent changes in m_debuginfo, principally to the type DebugInfo and the changed loginc in debuginfo.c. Modified: branches/DATASYMS/coregrind/m_debuginfo/debuginfo.c branches/DATASYMS/coregrind/

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

2008-01-14 Thread svn
Author: sewardj Date: 2008-01-14 15:11:58 + (Mon, 14 Jan 2008) New Revision: 7348 Log: Even more arsing around to try and figure out where .bss really is mapped. Abandon all previous scheme(s) and simply assume that .bss .sbss and .dynbss are mapped immediately after .data. This is the first

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

2008-01-14 Thread svn
Author: sewardj Date: 2008-01-14 12:04:11 + (Mon, 14 Jan 2008) New Revision: 7347 Log: Handle DW_OP_plus_uconst. Possibly fixes #155091 (not yet confirmed by reporter). Modified: trunk/coregrind/m_debuginfo/readdwarf.c Modified: trunk/coregrind/m_debuginfo/readdwarf.c ==