]> git.ipfire.org Git - thirdparty/valgrind.git/commit
arm64: Fix PTRACE_TRACEME memcheck/tests/linux/getregset.vgtest testcase.
authorMark Wielaard <mark@klomp.org>
Fri, 14 Dec 2018 13:32:27 +0000 (14:32 +0100)
committerMark Wielaard <mark@klomp.org>
Fri, 14 Dec 2018 13:32:27 +0000 (14:32 +0100)
commit43fe4bc236d667257eeebfb4f6bcbe2b92aea455
treeed715100deb91a334d84e0942a229efb056a6917
parentc4ab123605d904024c21a2bcb37684d84c935194
arm64: Fix PTRACE_TRACEME memcheck/tests/linux/getregset.vgtest testcase.

The sys_ptrace post didn't mark the thread as being in traceme mode.
This occassionally would make the memcheck/tests/linux/getregset.vgtest
testcase fail. With this patch it reliably passes.
coregrind/m_syswrap/syswrap-arm64-linux.c