summaryrefslogtreecommitdiff
path: root/coregrind/m_sigframe
AgeCommit message (Expand)AuthorFilesLines
2010-05-03Update copyright dates to 2010.sewardj9-13/+13
2010-01-01Merge from branches/ARM, all parts of the ARM-Linux port except forsewardj1-0/+337
2009-07-15Merge coregrind/ changes from branches/MESSAGING_TIDYUP r10464.sewardj6-21/+23
2009-06-24This commit merges the BUILD_TWEAKS branch onto the trunk. It has thenjn8-7/+39
2009-05-28Merge the DARWIN branch onto the trunk.njn2-0/+300
2009-03-17Fix some incorrect end comments.njn2-2/+2
2009-03-10Updated copyright years.njn6-8/+8
2009-02-24Remove a number of unused parameters, found with -Wunused-parameter.njn1-7/+6
2008-07-18Format string fixes for ppc{32,64}-aix5.sewardj2-6/+6
2008-07-07Merged FORMATCHECK branch (r8368) to trunk.bart4-20/+20
2008-06-13Propagate the error number in x86 signal contexts to the client.tom2-18/+32
2008-05-06Un-break signal frame delivery on ppc64 following recent Memchecksewardj1-2/+4
2008-05-01Merge branches/OTRACK_BY_INSTRUMENTATION into the trunk. This addssewardj6-43/+73
2008-02-11Update copyright dates ("200X-2007" --> "200X-2008").sewardj6-8/+8
2007-12-21Propagate the ucontext information with a received signal to thetom6-11/+38
2007-09-10ppc64-linux equivalent to r6813 (use sigframe return stub insewardj1-3/+11
2007-09-10ppc32-linux signal handling: don't place the sigframe return stub onsewardj1-6/+17
2007-04-29Add disclaimers.sewardj2-0/+10
2007-01-08Update copyright dates.sewardj6-8/+8
2006-10-17Track VG_(am_find_nsegment) const-ness change.sewardj4-7/+6
2006-10-17Merge r6095:sewardj2-0/+474
2006-10-14Unbreak amd64-linux after recent commits.sewardj1-0/+1
2006-10-14Unbreak ppc{32,64}-linux after recent commits.sewardj2-2/+4
2006-10-14Create a new module, m_vki, and move all knowledge about the kernelsewardj1-0/+1
2006-06-05Update copyright dates.sewardj4-6/+6
2006-02-15Restore RIP on return from a signal handler on amd64 - mirrors thetom1-1/+1
2006-02-12Restore %EIP from the info passed to the handler (ucontext), so as tosewardj1-2/+1
2006-01-03First cut at signal frame build/removal for ppc64-linux. Ghastlysewardj1-286/+237
2005-11-29Add framework for ppc64 support. Apologies in advance for thesewardj1-0/+421
2005-11-17Get rid of bogus assertion.sewardj1-4/+10
2005-10-31Get core dumping working again - the architecture specific code that tom3-176/+0
2005-09-29Make ppc32-linux build again following aspacem merge. Doesn't work, though:sewardj1-6/+5
2005-09-27This commit merges in changes from branches/ASPACEM (specifically,sewardj4-24/+8
2005-08-28Give file a better name.njn1-1/+1
2005-07-18Track API changes in vex r1272.sewardj1-5/+4
2005-07-08Import sigframe stuff from Paul's tree. With this and the other changes sewardj1-106/+361
2005-07-02Removed the remnants of the attempt at an ARM port, because it hadnjn1-307/+0
2005-07-02Fixed 'make dist'. In particular, all the arch/platform-specific filesnjn1-0/+4
2005-06-23Removed the VGA_/VGO_/VGP_ prefixes for arch/OS/platform-specificnjn4-26/+26
2005-06-21Simplify the implementation of m_trampoline and the stuff that referssewardj2-6/+3
2005-06-21Don't #include pub_core_debuginfo.h in pub_core_aspacemgr.h. So havenjn3-0/+3
2005-06-20Finally, valgrind on ppc32.cerion1-0/+760
2005-06-19Get "make dist" closer to working again.njn1-3/+0
2005-06-19Final commit for the initial modularisation pass:njn3-7/+5
2005-06-18Moved the code trampoline stuff into a new module, m_trampoline. Notnjn2-0/+2
2005-06-13Created m_machine, for various machine-related things.njn2-2/+4
2005-06-04Modularised assertions and panics in m_libcassert.njn2-0/+2
2005-06-03Modularise printing functions in m_libcprint.njn2-0/+2
2005-06-02Rename *ROUND* as VG_*ROUND* to be consistent with everything else. Alsonjn2-3/+3
2005-06-02Started modularising vg_mylibc. Put all the standalone stuff -- ie. notnjn2-0/+2