[PATCH] D13736: [sanitizer] Enable ptrace sanitizer for arm

Adhemerval Zanella via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 14 11:39:40 PDT 2015


zatrazz created this revision.
zatrazz added reviewers: kcc, pcc, rengolin, eugenis, samsonov.
zatrazz added a subscriber: llvm-commits.
Herald added subscribers: rengolin, aemerson.

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.

http://reviews.llvm.org/D13736

Files:
  lib/sanitizer_common/sanitizer_common_interceptors.inc
  lib/sanitizer_common/sanitizer_platform_interceptors.h
  lib/sanitizer_common/sanitizer_platform_limits_posix.cc
  lib/sanitizer_common/sanitizer_platform_limits_posix.h
  test/sanitizer_common/TestCases/Linux/ptrace.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13736.37369.patch
Type: text/x-patch
Size: 7155 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151014/7bed6679/attachment.bin>


More information about the llvm-commits mailing list