hanchenye-llvm-project/compiler-rt/include/sanitizer
Dmitry Vyukov 67a1eef05b tsan: remove __sanitizer_set_report_fd function from public interface
__sanitizer_set_report_path now accepts two special values - stderr and stdout
logging to other file descriptors is not supported anymore,
it's fragile in presence of multiple processes, fork, etc

llvm-svn: 192706
2013-10-15 14:14:34 +00:00
..
asan_interface.h [asan] make asan work with 7fff8000 offset and prelink 2013-02-15 12:00:24 +00:00
common_interface_defs.h tsan: remove __sanitizer_set_report_fd function from public interface 2013-10-15 14:14:34 +00:00
dfsan_interface.h [dfsan] Introduce dfsan_read_label runtime function. 2013-08-13 22:15:40 +00:00
linux_syscall_hooks.h tsan: intercept fork syscall 2013-09-21 20:59:04 +00:00
lsan_interface.h Lint fixes 2013-08-05 13:20:39 +00:00
msan_interface.h [msan] Make all pointers in msan_interface "const volatile void *". 2013-09-10 11:54:51 +00:00