aboutsummaryrefslogtreecommitdiff
path: root/coregrind/m_sigframe
AgeCommit message (Expand)Author
2009-05-28Merge the DARWIN branch onto the trunk.njn
2009-03-17Fix some incorrect end comments.njn
2009-03-10Updated copyright years.njn
2009-02-24Remove a number of unused parameters, found with -Wunused-parameter.njn
2008-07-18Format string fixes for ppc{32,64}-aix5.sewardj
2008-07-07Merged FORMATCHECK branch (r8368) to trunk.bart
2008-06-13Propagate the error number in x86 signal contexts to the client.tom
2008-05-06Un-break signal frame delivery on ppc64 following recent Memchecksewardj
2008-05-01Merge branches/OTRACK_BY_INSTRUMENTATION into the trunk. This addssewardj
2008-02-11Update copyright dates ("200X-2007" --> "200X-2008").sewardj
2007-12-21Propagate the ucontext information with a received signal to thetom
2007-09-10ppc64-linux equivalent to r6813 (use sigframe return stub insewardj
2007-09-10ppc32-linux signal handling: don't place the sigframe return stub onsewardj
2007-04-29Add disclaimers.sewardj
2007-01-08Update copyright dates.sewardj
2006-10-17Track VG_(am_find_nsegment) const-ness change.sewardj
2006-10-17Merge r6095:sewardj
2006-10-14Unbreak amd64-linux after recent commits.sewardj
2006-10-14Unbreak ppc{32,64}-linux after recent commits.sewardj
2006-10-14Create a new module, m_vki, and move all knowledge about the kernelsewardj
2006-06-05Update copyright dates.sewardj
2006-02-15Restore RIP on return from a signal handler on amd64 - mirrors thetom
2006-02-12Restore %EIP from the info passed to the handler (ucontext), so as tosewardj
2006-01-03First cut at signal frame build/removal for ppc64-linux. Ghastlysewardj
2005-11-29Add framework for ppc64 support. Apologies in advance for thesewardj
2005-11-17Get rid of bogus assertion.sewardj
2005-10-31Get core dumping working again - the architecture specific code that tom
2005-09-29Make ppc32-linux build again following aspacem merge. Doesn't work, though:sewardj
2005-09-27This commit merges in changes from branches/ASPACEM (specifically,sewardj
2005-08-28Give file a better name.njn
2005-07-18Track API changes in vex r1272.sewardj
2005-07-08Import sigframe stuff from Paul's tree. With this and the other changes sewardj
2005-07-02Removed the remnants of the attempt at an ARM port, because it hadnjn
2005-07-02Fixed 'make dist'. In particular, all the arch/platform-specific filesnjn
2005-06-23Removed the VGA_/VGO_/VGP_ prefixes for arch/OS/platform-specificnjn
2005-06-21Simplify the implementation of m_trampoline and the stuff that referssewardj
2005-06-21Don't #include pub_core_debuginfo.h in pub_core_aspacemgr.h. So havenjn
2005-06-20Finally, valgrind on ppc32.cerion
2005-06-19Get "make dist" closer to working again.njn
2005-06-19Final commit for the initial modularisation pass:njn
2005-06-18Moved the code trampoline stuff into a new module, m_trampoline. Notnjn
2005-06-13Created m_machine, for various machine-related things.njn
2005-06-04Modularised assertions and panics in m_libcassert.njn
2005-06-03Modularise printing functions in m_libcprint.njn
2005-06-02Rename *ROUND* as VG_*ROUND* to be consistent with everything else. Alsonjn
2005-06-02Started modularising vg_mylibc. Put all the standalone stuff -- ie. notnjn
2005-05-31Modularised vg_signals.c as m_signals.c.njn
2005-05-17Get rid of all the duplicated settings of AM_CFLAGS in the makefilestom
2005-05-16Added module m_options for holding all the command-line option stuff.njn
2005-05-10Modularised the core/tool interface ('details', 'needs' and VG_(tdict))njn