aboutsummaryrefslogtreecommitdiff
path: root/coregrind/m_signals.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-10-22Fix 353891 Assert 'bad_scanned_addr < VG_ROUNDDN(start+len, sizeof(Addr))' f...philippe
2015-10-15Fill out missing functionality on amd64 OS X to load a fake sigreturn.rhyskidd
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-07-21Bug 345248 - add support for Solaris OS in valgrindsewardj
2015-07-05Fix typos in source code. Patch by Dmitriy (olshevskiy87@bk.ru).florian
2015-05-17When process dies due to a signal, show the signal and the stacktracephilippe
2015-05-17* Let GDB user modify the signal to send to the guest processphilippe
2015-05-16Enable a few more compiler warnings.florian
2015-04-30Remove a few embarassing comments.florian
2015-04-23Fix an assertion in the address space manager. BZ #345887.florian
2015-04-20Use the proper function.florian
2015-04-14Followup to r14974. That revision oversimplified a condition, partflorian
2015-04-10Add a port to Linux/TileGx. Zhi-Gang Liu (zliu@tilera.com)sewardj
2015-03-23Add VG_(am_is_bogus_client_stack_pointer)(Addr).florian
2015-03-03Produce a user message in case of stack overflow.florian
2015-03-02Update a comment. Apparently the code was refactored at some point...florian
2015-02-26Change the prototype of VG_(am_extend_into_adjacent_reservation_client)florian
2015-01-08Comment only changes.florian
2014-12-20Buffer audit. Resize some.florian
2014-12-19Buffer audit. Resize a few.florian
2014-09-19fix 339156 - gdbsrv not called for fatal signalphilippe
2014-09-11Use wrapper functions VG_(malloc) and friends consistently across theflorian
2014-08-07This commit is for Bugzilla 334834. The Bugzilla contains patch 2 of 3carll
2014-08-07This commit is for Bugzilla 334384. The Bugzilla contains patch 1 of 3carll
2014-01-12Add support for ARMv8 AArch64 (the 64 bit ARM instruction set).sewardj
2013-10-18Update copyright dates (20XY-2012 ==> 20XY-2013)sewardj
2013-03-13Fix 316535 Use of |signed int| instead of (unsigned) |size_t| in messages...philippe
2013-03-03Better document an ignored return value.philippe
2013-02-27mips: adding MIPS64LE support to Valgrindpetarj
2013-01-21Remove unneeded test. "info" cannot be NULL here as it was dereferencedflorian
2012-11-24Fix some casts that removed const-ness as pointed out byflorian
2012-10-19Add a proper support for several MIPS instructions that generate SigFPE.petarj
2012-10-14Fix some more Char / HChar mixupsflorian
2012-08-05Update copyright dates to include 2012.sewardj
2012-07-26Due to s390's dealings with invalid insns we need to do two thingsflorian
2012-07-23Pass first_ip_delta to VG_(record_depth_1_ExeContext) as the functionflorian
2012-07-15Before printing a back-trace make sure that page containing theflorian
2012-06-07Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic,sewardj
2012-04-16add some .globl or used attribute to avoid link failures with gold linker + LTOphilippe
2012-03-29Fix bug 297078 gdbserver signal handling problems caused by diff vki nr/gdb n...philippe
2012-03-27Fill in missing signal handling macros for amd64-darwin.sewardj
2011-10-23Update all copyright dates, from 20xy-2010 to 20xy-2011.sewardj
2011-06-28Delete the AIX5 port. The last release this worked for is 3.4.1,sewardj
2011-05-06Implement a GDB server in Valgrind. See #214909.sewardj
2011-04-11Create new module m_libcsetjmp, which wraps up uses ofsewardj
2011-03-28Fix up most but not all warnings generated by gcc-4.6 about sewardj