This is an archive of the discontinued LLVM Phabricator instance.

[sanitizer] Enable ptrace sanitizer for arm
ClosedPublic

Authored by zatrazz on Oct 14 2015, 11:39 AM.

Details

Summary

This patch enables the ptrace syscall interceptors for arm and adds support
for both PTRACE_GETVFPREGS and PTRACE_SETVFPREGS used to get the VFP register
from ARM.

The ptrace tests is also updated with arm and PTRACE_GETVFPREGS tests.

Diff Detail

Event Timeline

zatrazz updated this revision to Diff 37369.Oct 14 2015, 11:39 AM
zatrazz retitled this revision from to [sanitizer] Enable ptrace sanitizer for arm.
zatrazz updated this object.
zatrazz added reviewers: kcc, pcc, rengolin, eugenis, samsonov.
zatrazz added a subscriber: llvm-commits.
samsonov accepted this revision.Oct 20 2015, 12:18 PM
samsonov edited edge metadata.

LGTM

This revision is now accepted and ready to land.Oct 20 2015, 12:18 PM
zatrazz closed this revision.Oct 26 2015, 11:17 AM