This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFA: valgrind and the test suite, take 2


> > This patch adds support for valgrind to the test suite.  Unlike my last
> > patch along these lines, this one adds value above just setting GDB.
> 
> Couldn't this be done with a board file?

It seems to be that it would be much more convenient to just be able
to defined VALGRIND to activate this feature.  board files are the only
way we have to provide setup-specific information (such as target name,
etc), but the stuff to get testing under valgrind should be the same
for everyone...

Similarly, I have always found unfortunate that gdb.reverse testing
is conditioned on a setting that gets set in a board file.  As a result
of this, I have never run the gdb.reverse testcases even though I could
have done so on my laptop.

-- 
Joel


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]