aboutsummaryrefslogtreecommitdiff
path: root/coregrind/m_libcassert.c
AgeCommit message (Expand)Author
2009-06-09Avoid recursion in VG_(exit).njn
2009-05-28Merge the DARWIN branch onto the trunk.njn
2009-05-19Tweak VG_(exit).njn
2009-05-11Factor out the name of the libpthread library. Also fix a minor stack tracenjn
2009-04-16Made the Valgrind abort/crash message clearer about the fact that it can benjn
2009-04-15Avoid non-local asm labels. Fixes bug #189054.njn
2009-03-12Added some shortcuts for VG_(message)(), and used them in a few places (butnjn
2009-03-10Updated copyright years.njn
2008-03-03Merge in the DATASYMS branch.sewardj
2008-02-11Update copyright dates ("200X-2007" --> "200X-2008").sewardj
2007-09-23Fix various format string errors, courtesy of Florian Krohm.njn
2007-01-08Update copyright dates.sewardj
2006-12-17Rename VG_(get_lwp_tid) to VG_(lwpid_to_vgtid).sewardj
2006-10-17Merge r6159 (parts of):sewardj
2006-10-14Create a new module, m_vki, and move all knowledge about the kernelsewardj
2006-10-14Create a new module, m_vkiscnums, and move all the system call numberssewardj
2006-06-05Update copyright dates.sewardj
2006-01-18Make VG_(get_StackTrace2) aware of bogus LR values insewardj
2005-12-22fixed up ppc64 assembly with .opd sectionscerion
2005-11-29Add framework for ppc64 support. Apologies in advance for thesewardj
2005-11-14In XML mode, emit a closing </valgrindoutput> on various kinds ofsewardj
2005-11-05Fix stack unwinding on ppc.sewardj
2005-11-05Commit Tom's improved-stack-unwinding patch.sewardj
2005-09-27This commit merges in changes from branches/ASPACEM (specifically,sewardj
2005-08-19Incorporate a patch from Craig Chaney which gives better stacksewardj
2005-07-20Reinstate stack trace printing on assertion failures. It's terriblenjn
2005-06-26While we're not printing stacktraces from assertion failures, mightnjn
2005-06-25Do not print backtraces in assertion failures. This is an as-yetsewardj
2005-06-21wibblenjn
2005-06-20Tweak comments and remove an unnecessary #include.njn
2005-06-20Finally, valgrind on ppc32.cerion
2005-06-20Use BACKTRACE_DEPTH consistently.njn
2005-06-20Remove some unnecessary #includes, comment some others.njn
2005-06-19Move VG_(bbs_done) out of main and make it local in scheduler.c. Thisnjn
2005-06-19Final commit for the initial modularisation pass:njn
2005-06-17Moved the basic syscall stuff out of m_libcbase.c into a new modulenjn
2005-06-12Finished the modularisation of vg_mylibc.c, which meant it could be removed.njn
2005-06-04Modularised assertions and panics in m_libcassert.njn