summaryrefslogtreecommitdiff
path: root/coregrind/m_libcassert.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-28Delete the AIX5 port. The last release this worked for is 3.4.1,sewardj1-3/+3
2011-04-11Create new module m_libcsetjmp, which wraps up uses ofsewardj1-0/+1
2011-03-07Add a port to IBM z/Architecture (s390x) running Linux -- Valgrindsewardj1-0/+16
2010-09-23On arm-linux, add r7 to the set of registers that the CFI unwindersewardj1-1/+3
2010-05-03Update copyright dates to 2010.sewardj1-1/+1
2010-01-02Various minor fixups to make ppc32/64-linux work again followingsewardj1-6/+6
2010-01-01Merge from branches/ARM, all parts of the ARM-Linux port except forsewardj1-55/+103
2009-07-15Merge coregrind/ changes from branches/MESSAGING_TIDYUP r10464.sewardj1-16/+19
2009-06-09Avoid recursion in VG_(exit).njn1-1/+4
2009-05-28Merge the DARWIN branch onto the trunk.njn1-3/+3
2009-05-19Tweak VG_(exit).njn1-5/+6
2009-05-11Factor out the name of the libpthread library. Also fix a minor stack tracenjn1-8/+10
2009-04-16Made the Valgrind abort/crash message clearer about the fact that it can benjn1-8/+13
2009-04-15Avoid non-local asm labels. Fixes bug #189054.njn1-2/+2
2009-03-12Added some shortcuts for VG_(message)(), and used them in a few places (butnjn1-23/+14
2009-03-10Updated copyright years.njn1-1/+1
2008-03-03Merge in the DATASYMS branch.sewardj1-2/+7
2008-02-11Update copyright dates ("200X-2007" --> "200X-2008").sewardj1-1/+1
2007-09-23Fix various format string errors, courtesy of Florian Krohm.njn1-1/+1
2007-01-08Update copyright dates.sewardj1-1/+1
2006-12-17Rename VG_(get_lwp_tid) to VG_(lwpid_to_vgtid).sewardj1-1/+2
2006-10-17Merge r6159 (parts of):sewardj1-11/+9
2006-10-14Create a new module, m_vki, and move all knowledge about the kernelsewardj1-0/+1
2006-10-14Create a new module, m_vkiscnums, and move all the system call numberssewardj1-1/+1
2006-06-05Update copyright dates.sewardj1-1/+1
2006-01-18Make VG_(get_StackTrace2) aware of bogus LR values insewardj1-1/+2
2005-12-22fixed up ppc64 assembly with .opd sectionscerion1-2/+2
2005-11-29Add framework for ppc64 support. Apologies in advance for thesewardj1-0/+14
2005-11-14In XML mode, emit a closing </valgrindoutput> on various kinds ofsewardj1-0/+8
2005-11-05Fix stack unwinding on ppc.sewardj1-6/+13
2005-11-05Commit Tom's improved-stack-unwinding patch.sewardj1-12/+17
2005-09-27This commit merges in changes from branches/ASPACEM (specifically,sewardj1-2/+1
2005-08-19Incorporate a patch from Craig Chaney which gives better stacksewardj1-9/+10
2005-07-20Reinstate stack trace printing on assertion failures. It's terriblenjn1-48/+41
2005-06-26While we're not printing stacktraces from assertion failures, mightnjn1-43/+45
2005-06-25Do not print backtraces in assertion failures. This is an as-yetsewardj1-44/+45
2005-06-21wibblenjn1-2/+1
2005-06-20Tweak comments and remove an unnecessary #include.njn1-1/+1
2005-06-20Finally, valgrind on ppc32.cerion1-0/+6
2005-06-20Use BACKTRACE_DEPTH consistently.njn1-5/+3
2005-06-20Remove some unnecessary #includes, comment some others.njn1-2/+2
2005-06-19Move VG_(bbs_done) out of main and make it local in scheduler.c. Thisnjn1-3/+4
2005-06-19Final commit for the initial modularisation pass:njn1-4/+21
2005-06-17Moved the basic syscall stuff out of m_libcbase.c into a new modulenjn1-0/+1
2005-06-12Finished the modularisation of vg_mylibc.c, which meant it could be removed.njn1-0/+13
2005-06-04Modularised assertions and panics in m_libcassert.njn1-0/+194