llvm-capstone/compiler-rt/include
Evgeniy Stepanov 8bb383f1fb [hwasan] Add __hwasan_handle_longjmp.
Summary:
A callback to annotate longjmp-like code.

Unlike __asan_handle_no_return, in hwasan we can not conservatively
"unpoison" the entire thread stack, because there is no such thing as
unpoisoned memory. Pointer and memory tags must always match.

Reviewers: vitalybuka, kcc

Subscribers: kubamracek, llvm-commits

Differential Revision: https://reviews.llvm.org/D50752

llvm-svn: 339935
2018-08-16 20:46:41 +00:00
..
sanitizer [hwasan] Add __hwasan_handle_longjmp. 2018-08-16 20:46:41 +00:00
xray [XRay] basic mode PID and TID always fetch 2018-07-11 07:14:27 +00:00
CMakeLists.txt Add NetBSD syscall hooks skeleton in sanitizers 2018-02-15 02:43:02 +00:00