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

2008-02-23 Thread Tom Hughes
Nightly build on alvis ( i686, Red Hat 7.3 ) started at 2008-02-24 03:15:15 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-02-24 03:05:09 GMT nightly build (lloyd, x86_64, Fedora 7)

2008-02-23 Thread Tom Hughes
Nightly build on lloyd ( x86_64, Fedora 7 ) started at 2008-02-24 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-02-24 03:20:07 GMT nightly build (aston, x86_64, Fedora Core 5)

2008-02-23 Thread Tom Hughes
Nightly build on aston ( x86_64, Fedora Core 5 ) started at 2008-02-24 03:20:07 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-02-24 03:25:19 GMT nightly build (trojan, x86_64, Fedora Core 6)

2008-02-23 Thread Tom Hughes
Nightly build on trojan ( x86_64, Fedora Core 6 ) started at 2008-02-24 03:25:19 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-02-24 03:10:03 GMT nightly build (dellow, x86_64, Fedora 8)

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

2008-02-23 Thread Tom Hughes
Nightly build on gill ( x86_64, Fedora Core 2 ) started at 2008-02-24 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: r7436 - in trunk: coregrind include

2008-02-23 Thread svn
Author: bart Date: 2008-02-23 19:04:44 + (Sat, 23 Feb 2008) New Revision: 7436 Log: Added const keyword to second argument of VG_(OSetGen_Remove)(). Modified: trunk/coregrind/m_oset.c trunk/include/pub_tool_oset.h Modified: trunk/coregrind/m_oset.c

[Valgrind-developers] how to do instrumentation about function call?

2008-02-23 Thread xiaoming gu
Hi, everyone. I want to do some work about calling context in valgrind. But after reading the code of callgrind a couple of days, I didn't find the way. Please give me some hints if you know how to do this or the existing code for this. Thanks a lot. Xiaoming --

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

2008-02-23 Thread svn
Author: sewardj Date: 2008-02-23 11:57:51 + (Sat, 23 Feb 2008) New Revision: 7435 Log: When reading variable & formal parameter DIEs, distinguish between abstract and concrete instances, so that we can successfully recover variable information for functions that have been inlined. Modified: