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
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
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 .
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/
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
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
==