summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/interception/interception_linux.cc
Commit message (Collapse)AuthorAgeFilesLines
* [sanitizer] Interception macros for sanitizers on FreeBSD; patch by Viktor ↵Kostya Serebryany2014-02-241-3/+3
| | | | | | Kutuzov llvm-svn: 202009
* asan: fix android buildDmitry Vyukov2013-09-031-0/+2
| | | | | | android does not have dlvsym llvm-svn: 189781
* tsan: properly intercept pthread_cond functionsDmitry Vyukov2013-09-021-1/+5
| | | | llvm-svn: 189767
* [Sanitizer] Workaround for a compiler warning - ISO C++ forbids casting ↵Alexey Samsonov2012-08-021-3/+4
| | | | | | pointer-to-function to pointer-to-object, so we use cast via integral type llvm-svn: 161168
* asan/tsan: weak interceptorsDmitry Vyukov2012-05-241-2/+3
| | | | | | | | | The idea isthat asan/tsan can survive if user intercepts the same functions. At the same time user has an ability to call back into asan/tsan runtime. See the following tests for examples: asan/output_tests/interception_failure_test-linux.cc asan/output_tests/interception_test-linux.cc asan/output_tests/interception_malloc_test-linux.cc llvm-svn: 157388
* [asan] move lib/asan/interception to lib/interception so that other tools ↵Kostya Serebryany2012-05-151-0/+28
(e.g. tsan) can use it llvm-svn: 156816
OpenPOWER on IntegriCloud