summaryrefslogtreecommitdiffstats
path: root/tools/valgrind/memcheck_analyze.py
Commit message (Expand)AuthorAgeFilesLines
* Re-land: Tweak output of (memcheck|drmemory)_analyze.py.earthdok2015-01-291-0/+5
* Revert of Tweak output of (memcheck|drmemory)_analyze.py. (patchset #1 id:1 o...jam2015-01-281-5/+0
* Tweak output of (memcheck|drmemory)_analyze.py.earthdok2015-01-281-0/+5
* Allow tool sanity suppressions to fire more than once.eugenis@chromium.org2014-01-241-1/+2
* Memory scripts: Accept --build-dir in addition to --build_dir.thakis@chromium.org2013-10-021-1/+1
* Update the file prefix cutters for TSan and Memchecktimurrrr@chromium.org2013-07-121-1/+1
* Valgrind: Fix a minor nit and add some more processes to not trace into.thestig@chromium.org2012-08-311-2/+2
* Improve memcheck_analyze: extract "Address 0x42 is not stack'd, malloc'd or (...timurrrr@chromium.org2011-12-161-1/+11
* Widen one Valgrind suppression, add a few more for new bugstimurrrr@chromium.org2011-12-151-1/+1
* Fix python scripts in src/tools/maruel@chromium.org2011-11-291-5/+4
* Replace all Memcheck:(Addr[1248]|Cond|Value[1248]) with Memcheck:Unaddressabl...timurrrr@chromium.org2011-11-281-0/+8
* Follow-up: fix a stupid memcheck_analyze indentation problemtimurrrr@chromium.org2011-11-251-1/+1
* Refactor "Suppressions used" printing code in memcheck and tsan analyzer scriptstimurrrr@chromium.org2011-11-251-26/+15
* Print out the ui_test test case in the reportstimurrrr@chromium.org2011-11-111-4/+9
* Drop 'boring callers' from the HeapChecker reportstimurrrr@chromium.org2011-11-091-19/+1
* Add a couple of more 'boring' callers to be stripped when printing memory too...timurrrr@chromium.org2011-10-211-0/+2
* Manually make up Valgrind XML logs if they are not properly finished due to e...timurrrr@chromium.org2011-10-211-6/+20
* Support a different mangling of DispatchToMethod tootimurrrr@chromium.org2011-10-141-1/+1
* Add DispatchToMethod to the list of 'boring' callerstimurrrr@chromium.org2011-10-121-0/+1
* Add one more & unify 'boring' callers among our memory toolstimurrrr@chromium.org2011-10-071-0/+1
* Improve memcheck_analyzetimurrrr@chromium.org2011-08-171-16/+49
* Fix an AttributeError:glider@chromium.org2011-07-151-1/+1
* Print suppression hashes for TSan reportstimurrrr@chromium.org2011-06-211-4/+13
* More Memory waterfall suppressionstimurrrr@chromium.org2011-06-201-0/+2
* Utilize a smarter "file path prefix cutter" for Memcheck.timurrrr@chromium.org2011-04-251-6/+10
* Fix my (??) stupid typo in memcheck_analyze which stupid python didn't caught.timurrrr@chromium.org2011-01-211-1/+1
* Add two tests for uninit reads to ToolsSanityTeststimurrrr@chromium.org2010-09-231-0/+2
* Remove Mac-specific sanity test expectations since "-O1 -g ..." is back thank...timurrrr@chromium.org2010-08-191-24/+2
* Fix format for suppression hash in memcheck_analyze.pyjochen@chromium.org2010-08-171-3/+3
* Quick-fix for syntax error in memcheck_analyze.pytimurrrr@chromium.org2010-08-111-1/+1
* Never create "negative" hashes and output the error hash along with the suppr...jochen@chromium.org2010-08-111-2/+3
* Skip testing::Test::Run() frame and below when printing Valgrind reports and ...timurrrr@chromium.org2010-08-051-4/+7
* Follow-up for r54118 - fix wrong per-test error counttimurrrr@chromium.org2010-07-291-2/+2
* Avoid duplicate error reports / suppressions when UI test reports are analyze...timurrrr@chromium.org2010-07-291-72/+91
* Better output format in drmemory_analyze.pytimurrrr@chromium.org2010-07-261-1/+1
* Optimize memcheck_analyze.py for ui_teststimurrrr@chromium.org2010-07-261-2/+15
* Valgrind: Update memcheck_analyze.py to handle variance in Linux/Mac sanity t...thestig@chromium.org2010-07-221-25/+55
* Don't wait for dead valgrinds to end their logstimurrrr@chromium.org2010-06-161-2/+18
* Implement more sanity tests for Memcheck/Valgrindtimurrrr@chromium.org2010-03-261-3/+24
* Added sanity checks for base_unittests to Memcheck and ThreadSanitizer test r...glider@chromium.org2010-02-101-2/+15
* Massage autogenerated suppressions to be more portabledkegel@google.com2009-09-301-1/+22
* GDB wrapper refactoring for memcheck_analyze.pytimurrrr@chromium.org2009-09-231-76/+3
* Speculative change - flush stdout to try to avoid valgrind output mixing with dkegel@google.com2009-09-211-0/+1
* Resubmit suppression count report patch, but this time don't crash if that se...dkegel@google.com2009-09-101-6/+39
* Revert "Show suppression counts. (Not yet per-test.)"kuchhal@chromium.org2009-09-101-37/+6
* Show suppression counts. (Not yet per-test.)dkegel@google.com2009-09-101-6/+37
* More suppressions for Mac UI botsstuartmorgan@google.com2009-09-081-1/+1
* Show the commandline in question as part of each valgrinddank@chromium.org2009-09-041-2/+16
* Update to valgrind-3.5.0. From timur, http://codereview.chromium.org/190008dkegel@google.com2009-09-031-9/+55
* Don't die if the object file in question doesn't have symbols.dkegel@google.com2009-08-271-1/+1