summaryrefslogtreecommitdiff
path: root/lib/interception/interception_linux.h
AgeCommit message (Expand)Author
2017-12-06[Sanitizers] Use SANITIZER_* macros in lib/interceptionKamil Rytarowski
2017-08-08Reuse interception_linux for NetBSDKamil Rytarowski
2015-09-22[asan] Versioned interceptor for pthread_create.Evgeniy Stepanov
2014-02-24[sanitizer] Interception macros for sanitizers on FreeBSD; patch by Viktor Ku...Kostya Serebryany
2013-12-20[msan] Wrap indirect calls to REAL(x) in interceptors.Evgeniy Stepanov
2013-11-12[sanitizer] Avoid needless use of stringification (#symver) in INTERCEPT_FUNC...Evgeniy Stepanov
2013-10-16Make some pthread_mutex_* and pthread_cond_* interceptors common.Alexey Samsonov
2013-09-19tsan: fix linking of tsan runtime into dynamic librariesDmitry Vyukov
2013-09-03tsan: fix linking when -ltsan is passed before -lpthreadDmitry Vyukov
2013-09-03asan: fix android buildDmitry Vyukov
2013-09-02tsan: properly intercept pthread_cond functionsDmitry Vyukov
2012-08-02[Sanitizer] Workaround for a compiler warning - ISO C++ forbids casting point...Alexey Samsonov
2012-05-24asan/tsan: weak interceptorsDmitry Vyukov
2012-05-15[asan] move lib/asan/interception to lib/interception so that other tools (e....Kostya Serebryany