mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
Note that it is unclear if the PRE syscall for rt_sigsuspend is properly setting up a temporary mask in the thread state tmp_sig_mask: if an handler is called while a thread is calling sigsuspend, the mask during the handler run must be the temporary mask set by sigsuspend. It is not clear if/where the valgrind sigframe builder/handler sets the tmp_sig_mask to the value as expected by the user (i.e. the value of the temporary mask which was given to the sigsuspend syscall) git-svn-id: svn://svn.valgrind.org/valgrind/trunk@16141
3 lines
25 B
Plaintext
3 lines
25 B
Plaintext
prog: sigsusp
|
|
vgopts: -q
|