]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Bug 395991 - wine's unit tests enter a signal delivery loop under valgrind on armv7l...
authorJulian Seward <jseward@acm.org>
Tue, 18 Sep 2018 07:53:38 +0000 (09:53 +0200)
committerJulian Seward <jseward@acm.org>
Tue, 18 Sep 2018 07:53:38 +0000 (09:53 +0200)
commit43115c8058052fdb0e1c5dd76ec286519e2bfe78
tree828937dcab65828e8dcd15f4fe28b9d9397986f7
parent3c89fada21933d901bd9cf6ce2667183d7cdfc44
Bug 395991 - wine's unit tests enter a signal delivery loop under valgrind on armv7l when SIGSEGV is used.

On signal handler return, restore r0 .. r15 inclusive from the sigcontext that we
gave to the handler, so that any changes the handler has made to those values
will take effect on return.
coregrind/m_sigframe/sigframe-arm-linux.c