aboutsummaryrefslogtreecommitdiff
path: root/coregrind/m_errormgr.c
AgeCommit message (Expand)Author
2017-06-21Upgrade to valgrind 3.13.0 (15 June 2017).Elliott Hughes
2017-04-19Upgrade to valgrind 3.12.0.Elliott Hughes
2015-08-21Update copyright dates, to include 2015. No functional change.sewardj
2015-08-05Fix printf format inconsistencies as pointed out by gcc -Wformat-signedness.florian
2015-07-24Remove command line options --db-attach and --db-command which wereflorian
2015-04-30Remove a few embarassing comments.florian
2015-03-21343902 --vgdb=yes doesn't break when --xml=yes is usedphilippe
2014-11-14Minor non-functional cleanups.florian
2014-11-12Implement Option --error-markers=<begin>,<end> philippe
2014-10-25Merge r14202 from the BUF_REMOVAL branch to trunk.florian
2014-10-22Constify coregrind.florian
2014-10-20Constify the tool interface.florian
2014-10-07Merge revisions 14372 and 14607 from the BUF_REMOVAL branch to trunk.florian
2014-10-07Merge revisions 14230, 14602, and 14604 from the BUF_REMOVAL branch to trunk.florian
2014-09-16Fix incorrect use of VG_(tool_panic). Adapt checker script accordingly.florian
2014-09-15coregrind files shall use vg_assert not tl_assert.florian
2014-09-15Tidy up m_xarray.c.florian
2014-09-11Use wrapper functions VG_(malloc) and friends consistently across theflorian
2014-09-01Followup to r13469. lineno has already been asserted to be != NULL.florian
2014-07-30Fix dangling ref in m_errormgr.c + report all uninit fields in a syscall paramphilippe
2014-06-24Fix a regression in supp matching with obj: entriesphilippe
2014-06-15This patch implements the support needed for stacktracesphilippe
2013-10-18Update copyright dates (20XY-2012 ==> 20XY-2013)sewardj
2013-10-17Allow tools to provide some statistics in suppression list produced at the endphilippe
2013-09-20In an attempt to fix the accounting for dynamic memory allocationflorian
2013-09-16Intercept prctl(PR_SET_NAME, name) and store the thread name so itflorian
2013-07-22fix incorrect lineno in supp error msgs+ -v give filename+lineno of used supp. philippe
2012-12-08Fix 284540 and 307465philippe
2012-11-24Fix some casts that removed const-ness as pointed out byflorian
2012-11-10Fix more Char/HChar mixups. Closing in...florian
2012-10-27Char/HChar and constness fixes. Mostly cost centerflorian
2012-10-27More Char/HChar fixes and constification.florian
2012-10-21First round of Char/HChar fixups for coregrind and memcheck.florian
2012-10-14Fix some more Char / HChar mixupsflorian
2012-08-05Update copyright dates to include 2012.sewardj
2012-08-03fix 284540 (optimise suppression matching)philippe
2012-07-27Fix compiler warning.florian
2012-07-26Improve suppression matching performance when fun or obj is a simple stringphilippe
2012-02-26Fix some memory leaks found by running memcheck on annotated memcheck.philippe
2012-02-15* compare vgdb-error with n_errs_shown, not with n_errs_found.philippe
2011-10-23Update all copyright dates, from 20xy-2010 to 20xy-2011.sewardj
2011-10-06Format functions: change format specifier %t into %pS. Remove the _no_f_c for...bart
2011-07-24Add a new client request and pair of macros,sewardj
2011-07-06Don't allocate the XArray for the text version of the suppressiontom
2011-05-06Implement a GDB server in Valgrind. See #214909.sewardj
2011-04-11Create new module m_libcsetjmp, which wraps up uses ofsewardj
2011-01-28Don't produce suppression stack pseudo-traces with more thansewardj
2011-01-28In 3 error-path cases, place the closing </valgrindoutput> on thesewardj
2010-05-03Update copyright dates to 2010.sewardj
2009-08-15Followup to r10822: send the CDATA text to the XML channel, not thesewardj