summaryrefslogtreecommitdiff
path: root/coregrind/m_errormgr.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-03Update copyright dates to 2010.sewardj1-1/+1
2009-08-15Followup to r10822: send the CDATA text to the XML channel, not thesewardj1-1/+1
2009-08-15When generating XML output for suppressions, print the suppressionsewardj1-48/+104
2009-08-13Fix a .exp file. Avoid an assertion failure with -v.njn1-3/+6
2009-08-12Output tweaks:njn1-23/+3
2009-08-11Count error contexts properly in VG_(unique_error). Avoids the problem seennjn1-17/+14
2009-08-10Try to fix error_counts.njn1-2/+4
2009-08-10Count leak as errors. Fixes bug 152393.njn1-4/+2
2009-08-07Tidy up of messaging:sewardj1-12/+15
2009-07-27Fixed a bug in the code for reading suppression files: the line numbersbart1-13/+11
2009-07-24A fix for bug 186796: suppression symbol names were being truncated if theynjn1-18/+23
2009-07-15Merge coregrind/ changes from branches/MESSAGING_TIDYUP r10464.sewardj1-166/+278
2009-06-24Abort if a dir is given to --suppressions. Fixes bug 197456.njn1-0/+9
2009-05-18Merged non-Darwin-specific parts of r9397,r9423,r9490, 9461, 9462 from thenjn1-2/+2
2009-05-07Fix up some stack trace inconsistencies:njn1-6/+2
2009-03-15Fix all the non-VEX problems identified with the Clang Static Analyzer.njn1-1/+0
2009-03-12Added some shortcuts for VG_(message)(), and used them in a few places (butnjn1-73/+55
2009-03-10Updated copyright years.njn1-1/+1
2009-02-11Cleaned up the demangling mess:njn1-3/+3
2008-12-12Add a new module, m_seqmatch, which does very simple sequence (regexp)sewardj1-93/+100
2008-12-08Fix bug introduced by frame-level wildcarding changes for suppressionssewardj1-1/+1
2008-11-04* add some assertions to frame-level wildcarding mechanismsewardj1-5/+8
2008-11-03Improvements to the suppression mechanism:sewardj1-25/+105
2008-10-23Read suppression files in 256 byte chunks, not 64 byte chunks.sewardj1-5/+5
2008-09-18Merge all remaining changes from branches/PTRCHECK. These are somesewardj1-6/+9
2008-07-07Merged FORMATCHECK branch (r8368) to trunk.bart1-8/+8
2008-05-01Merge branches/OTRACK_BY_INSTRUMENTATION into the trunk. This addssewardj1-3/+4
2008-03-03Merge in the DATASYMS branch.sewardj1-1/+2
2008-02-11Update copyright dates ("200X-2007" --> "200X-2008").sewardj1-1/+1
2007-11-19Minor tidyings to the debugger-attach code, as part of a failedsewardj1-1/+1
2007-11-09Merge (from branches/THRCHECK) the following two changes to the core-toolsewardj1-2/+3
2007-04-07Fix out of date comment.sewardj1-3/+1
2007-01-12Fix a bug reported by Bruce Lowekamp involving the interaction ofnjn1-5/+9
2007-01-08Update copyright dates.sewardj1-1/+1
2006-12-16Completely overhauled the internals of Memcheck's error handling. All thenjn1-3/+0
2006-12-14Removed the unused pthread_model and thread_model modules.njn1-24/+31
2006-12-06When generating suppressions, remember to Z-demangle function names,sewardj1-1/+1
2006-10-17Merge r6134:sewardj1-12/+84
2006-10-14Create a new module, m_vki, and move all knowledge about the kernelsewardj1-0/+1
2006-06-25Make 'c'/'C' work again with --gen-suppressions=yes. I wonder howsewardj1-2/+2
2006-06-05Update copyright dates.sewardj1-1/+1
2006-05-12Increase number of unsuppressed errors shown before cutoff by a factorsewardj1-1/+1
2006-01-19Add handy debugging line.sewardj1-0/+1
2006-01-18Fix an all-platforms bug introduced by the recent overhaul of functionsewardj1-2/+6
2006-01-12Merge in function wrapping support from the FNWRAP branch. Thatsewardj1-1/+2
2005-12-19Fix a minor --gen-suppressions output bug.njn1-4/+6
2005-11-14In XML mode, emit a closing </valgrindoutput> on various kinds ofsewardj1-0/+4
2005-10-20Increase the threshold above which new errors are not shown from 300sewardj1-3/+3
2005-08-18Make it possible to match against "???" line in suppressions,njn1-4/+7
2005-08-09fixed endianness bug for ppc xml outputcerion1-1/+1