Add a libsanitizer API __sanitizer_sandbox_on_notify(void* reserved), which should...
authorAlexander Potapenko <glider@google.com>
Mon, 10 Dec 2012 13:10:40 +0000 (13:10 +0000)
committerAlexander Potapenko <glider@google.com>
Mon, 10 Dec 2012 13:10:40 +0000 (13:10 +0000)
commit1746f555ee5eb19893c2aa64599d48b7273a6ded
treeab3849a6ae72123ac3a3dc48ab3d2a19e2917003
parent0f5855810170f1d286b5b0812370c6c36cbbe82f
Add a libsanitizer API __sanitizer_sandbox_on_notify(void* reserved), which should be used by
the client programs to notify the tools that sandboxing is about to be turned on.

llvm-svn: 169732
compiler-rt/include/sanitizer/common_interface_defs.h
compiler-rt/lib/sanitizer_common/sanitizer_common.cc
compiler-rt/lib/sanitizer_common/sanitizer_common.h
compiler-rt/lib/sanitizer_common/sanitizer_linux.cc
compiler-rt/lib/sanitizer_common/sanitizer_mac.cc
compiler-rt/lib/sanitizer_common/sanitizer_win.cc