Re: [Valgrind-developers] log qualifier and xml output.

2008-03-03 Thread Ashley Pittman
On Sat, 2008-03-01 at 21:15 +0100, Julian Seward wrote: > On Friday 29 February 2008 16:54, Ashley Pittman wrote: > > I've been looking at my output aggregation tool again this week and have > > spotted a problem with the new output qualifier, in the old system with > >

Re: [Valgrind-developers] VPATH build errors in omega.

2008-03-03 Thread Ashley Pittman
On Mon, 2008-03-03 at 17:01 +0100, Julian Seward wrote: > On Monday 03 March 2008 16:51, Ashley Pittman wrote: > > I'm trying a VPATH build of valgrind and have found that omega doesn't > > build when using VPATH, it appears omega is the only tool to try and >

[Valgrind-developers] VPATH build errors in omega.

2008-03-03 Thread Ashley Pittman
I'm trying a VPATH build of valgrind and have found that omega doesn't build when using VPATH, it appears omega is the only tool to try and include pub_core_options.h and a extra -I{top_srcdir} is needed somewhere, if only I could work out auto-make foo! The steps to reproduce this from a clean c

[Valgrind-developers] log qualifier and xml output.

2008-02-29 Thread Ashley Pittman
I've been looking at my output aggregation tool again this week and have spotted a problem with the new output qualifier, in the old system with the --log-file-qualifier option the name and value of the variable are put into the xml file, under the new system this information is no longer availabl

Re: [Valgrind-developers] Suppressing tool error messages

2008-02-27 Thread Ashley Pittman
On Wed, 2008-02-27 at 11:49 +0100, Julian Seward wrote: > > Maybe I should have made myself more clear. The comment in > > tests/vg_regtest.pl.in explains that stdout.exp files only can have a > > numeric suffix ([0-9]*), while stderr.exp files can have any suffix > > (*). If I understood the test

Re: [Valgrind-developers] helgrind: some more ideas

2008-02-20 Thread Ashley Pittman
On Wed, 2008-02-20 at 08:15 +0100, Bart Van Assche wrote: > On Feb 19, 2008 10:09 PM, Nicholas Nethercote <[EMAIL PROTECTED]> wrote: > > But programmers should know in advance which bits of memory should be > > shared. Perhaps some client requests could be used which say "this section > > of memo

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

2008-01-10 Thread Ashley Pittman
On Thu, 2008-01-10 at 17:54 +, [EMAIL PROTECTED] wrote: > This makes Memcheck able to issue errors like this > > Uninitialised byte(s) found during client check request > at 0x4005FE: croak (dsyms2.c:23) > by 0x40066D: main (dsyms2.c:49) > Address 0x601043 is 7 bytes inside global

Re: [Valgrind-developers] Assertion valgrinding wine

2007-12-08 Thread Ashley Pittman
On Sat, 2007-12-08 at 19:30 +0100, Julian Seward wrote: > We can fix Memcheck by falling back to the reference version, but I'd > like to see if there is a way to get the correct behaviour without > the extra conditionals. Perhaps you could right shift the value before putting it into the tree?

Re: [Valgrind-developers] Release candidate for Valgrind 3.3.0

2007-12-03 Thread Ashley Pittman
On Mon, 2007-12-03 at 12:17 +0100, Julian Seward wrote: > Please test it on platforms that are important to you, and let me know > of any problems (and successes!). If no serious problems show up, > 3.3.0 final will be available in about a week from now. I've unfortunately had minimal time for

Re: [Valgrind-developers] Consistent naming options for output [was: Re: valgrind: r7084 - trunk/massif]

2007-11-18 Thread Ashley Pittman
On Sun, 2007-11-18 at 01:38 +0100, Julian Seward wrote: > > Another possibility: %qVAR > > That would be good, in the sense that the shell can't screw it up. > Problem is there's no way to know where the env var ends and we move > back to ordinary command line text. > > Maybe %qVAR% or %qVAR%q ?

Re: [Valgrind-developers] Consistent naming options for output [was: Re: valgrind: r7084 - trunk/massif]

2007-11-12 Thread Ashley Pittman
On Sat, 2007-11-10 at 09:52 +1100, Nicholas Nethercote wrote: > On Sat, 3 Nov 2007, Josef Weidendorfer wrote: > > > I do not understand the benefit of QUAL above. Do I understand correctly, > > and you specify the name of an environment variable here that is substituted > > in the file name? Why