mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
that carry the arguments (signo, siginfo, mcontext) for the handler, have been written. In particular this makes Memcheck think (correctly) they are defined and so removes a bunch of false positives that can happen in the signal handler, should the registers have been marked undefined before the signal. The same fix needs to be applied to various other of these sigframe-*.c files. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13943