aboutsummaryrefslogtreecommitdiff
path: root/coregrind/m_errormgr.c
AgeCommit message (Expand)Author
2009-05-18Merged non-Darwin-specific parts of r9397,r9423,r9490, 9461, 9462 from thenjn
2009-05-07Fix up some stack trace inconsistencies:njn
2009-03-15Fix all the non-VEX problems identified with the Clang Static Analyzer.njn
2009-03-12Added some shortcuts for VG_(message)(), and used them in a few places (butnjn
2009-03-10Updated copyright years.njn
2009-02-11Cleaned up the demangling mess:njn
2008-12-12Add a new module, m_seqmatch, which does very simple sequence (regexp)sewardj
2008-12-08Fix bug introduced by frame-level wildcarding changes for suppressionssewardj
2008-11-04* add some assertions to frame-level wildcarding mechanismsewardj
2008-11-03Improvements to the suppression mechanism:sewardj
2008-10-23Read suppression files in 256 byte chunks, not 64 byte chunks.sewardj
2008-09-18Merge all remaining changes from branches/PTRCHECK. These are somesewardj
2008-07-07Merged FORMATCHECK branch (r8368) to trunk.bart
2008-05-01Merge branches/OTRACK_BY_INSTRUMENTATION into the trunk. This addssewardj
2008-03-03Merge in the DATASYMS branch.sewardj
2008-02-11Update copyright dates ("200X-2007" --> "200X-2008").sewardj
2007-11-19Minor tidyings to the debugger-attach code, as part of a failedsewardj
2007-11-09Merge (from branches/THRCHECK) the following two changes to the core-toolsewardj
2007-04-07Fix out of date comment.sewardj
2007-01-12Fix a bug reported by Bruce Lowekamp involving the interaction ofnjn
2007-01-08Update copyright dates.sewardj
2006-12-16Completely overhauled the internals of Memcheck's error handling. All thenjn
2006-12-14Removed the unused pthread_model and thread_model modules.njn
2006-12-06When generating suppressions, remember to Z-demangle function names,sewardj
2006-10-17Merge r6134:sewardj
2006-10-14Create a new module, m_vki, and move all knowledge about the kernelsewardj
2006-06-25Make 'c'/'C' work again with --gen-suppressions=yes. I wonder howsewardj
2006-06-05Update copyright dates.sewardj
2006-05-12Increase number of unsuppressed errors shown before cutoff by a factorsewardj
2006-01-19Add handy debugging line.sewardj
2006-01-18Fix an all-platforms bug introduced by the recent overhaul of functionsewardj
2006-01-12Merge in function wrapping support from the FNWRAP branch. Thatsewardj
2005-12-19Fix a minor --gen-suppressions output bug.njn
2005-11-14In XML mode, emit a closing </valgrindoutput> on various kinds ofsewardj
2005-10-20Increase the threshold above which new errors are not shown from 300sewardj
2005-08-18Make it possible to match against "???" line in suppressions,njn
2005-08-09fixed endianness bug for ppc xml outputcerion
2005-08-09Print all XML output with a consistent nesting style, so as to make itsewardj
2005-08-09When printing error counts, print the <unique> in the same way thatsewardj
2005-07-23A commit which is almost all trivial change.sewardj
2005-07-19Use %t rather than %s in some places for constructing XML output.sewardj
2005-07-10Remove dead code.njn
2005-07-02Make the unique tags printed on XML errors actually unique.sewardj
2005-07-01Move the last remaining tests out of corecheck.njn
2005-06-30A couple more XML cases that slipped through the net.sewardj
2005-06-29XML output wibble (purely decorative)sewardj
2005-06-21Don't #include pub_core_stacktrace.h in pub_core_execontext.h. Sonjn
2005-06-20Remove some unnecessary #includes, comment some others.njn
2005-06-19Moved VG_(start_debugger) out of m_main.c into its own module,njn
2005-06-19Move VG_(bbs_done) out of main and make it local in scheduler.c. Thisnjn