summaryrefslogtreecommitdiff
path: root/build/valgrind
AgeCommit message (Collapse)AuthorFilesLines
2013-12-19build: add "r0" to the clobber list on PPC in valgrind.hRyan Lortie1-5/+5
Looks like the magic sequences trash this register, so make sure GCC knows that. https://bugzilla.gnome.org/show_bug.cgi?id=710983
2013-12-19build: Update valgrind headers to recently releasedStef Walter2-2094/+2167
2011-11-21Add valgrind memory checking and fix up errorsStef Walter2-0/+5627
* This is especially necessary after migrating to EggBytes since it's reference counted and an easy sourc of memory leaks * Remove threading from testing framework, as gcr isn't threadsafe in all parts. * Fix bugs discovered in memory checking. * Fix up some of the testing stuff.