summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/asan/asan_intercepted_functions.h
Commit message (Expand)AuthorAgeFilesLines
* [Sanitizer] Add new header - sanitizer_platform_interceptors.h, which should ...Alexey Samsonov2012-12-131-0/+1
* [ASan] one more macro for 'read' interceptionAlexey Samsonov2012-12-131-0/+2
* [ASan] more macro for conditional interception of pread functionsAlexey Samsonov2012-12-131-0/+5
* [sanitizer] replace size_t with SIZE_T in interceptors (same for ssize_t, off...Kostya Serebryany2012-12-131-14/+7
* [asan] fix the Android build (pread64 interceptor again)Kostya Serebryany2012-12-131-2/+1
* [sanitizer] add OnMap/OnUmap callbacks to the allocator interfaceKostya Serebryany2012-12-121-2/+4
* [ASan] fix compilation on Mac.Alexander Potapenko2012-12-121-0/+12
* ASan: intercept prctl on Linux onlyAlexey Samsonov2012-12-071-0/+2
* [ASan] Do not build the interceptors that use ObjC blocks if the compiler doe...Alexander Potapenko2012-12-041-1/+1
* [ASan] intercept swapcontext on Linux onlyAlexey Samsonov2012-11-231-8/+6
* [ASan] Add interceptor for swapcontext to fight with false positives in some ...Alexey Samsonov2012-11-231-0/+8
* Fix two compiler warnings: must use at least one argument for "..." in a vari...Alexander Potapenko2012-09-061-1/+1
* Re-implement the wrappers for libdispatch functions using blocks where approp...Alexander Potapenko2012-08-231-0/+8
* Dynamic interceptors for dispatch_async and dispatch_after.Alexander Potapenko2012-08-201-0/+6
* Fix a leftover #if defined(DYNAMIC_MAC_WRAPPERS).Alexander Potapenko2012-08-201-1/+1
* Remove the extra semicolon reported by the buildbot.Alexander Potapenko2012-08-151-1/+1
* Introduce asan_intercepted_functions.h which contains the declarations wrappe...Alexander Potapenko2012-08-151-0/+205
OpenPOWER on IntegriCloud