]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Restore %EIP from the info passed to the handler (ucontext), so as to
authorJulian Seward <jseward@acm.org>
Sun, 12 Feb 2006 15:45:46 +0000 (15:45 +0000)
committerJulian Seward <jseward@acm.org>
Sun, 12 Feb 2006 15:45:46 +0000 (15:45 +0000)
commitcd4685115b0d3fe0c4a867451e28758feede2e19
treead4aaba31b14da05c33cd86513ce4f6f2d31ed44
parentaa35c50723f6f7ce51e21ebdfff5db5b91136c91
Restore %EIP from the info passed to the handler (ucontext), so as to
be able to deal with signal handlers that mess with
third_arg->uc_mcontext.gregs[REG_EIP].  Apparently Wine does this.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5641
coregrind/m_sigframe/sigframe-x86-linux.c