summaryrefslogtreecommitdiff
path: root/lib/asan/asan_mac.cc
Commit message (Expand)AuthorAge
* tsan: move verbosity flag to CommonFlagsDmitry Vyukov2013-10-15
* [ASan] Cache the OSX version to avoid calling sysctl() on every GetMacosVersi...Alexander Potapenko2013-07-16
* [ASan] Add support for OS X Mavericks to GetMacosVersion.Alexander Potapenko2013-07-16
* [sanitizer] Move GetStackTrace from ASan to sanitizer_common.Sergey Matveev2013-05-08
* [sanitizer] found a bug by code inspection: CHECK(a=b) instead of CHECK(a==b)...Kostya Serebryany2013-04-05
* [ASan] Kill the remainders of platform defines in favor of SANITIZER_ definesAlexey Samsonov2013-04-03
* Remove all 'static' before ALWAYS_INLINETimur Iskhodzhanov2013-03-28
* [ASan] Switch ASan to generic ThreadRegistry from sanitizer_common. Delete AS...Alexey Samsonov2013-03-21
* [ASan] Move malloc stats collection away from AsanThreadRegistry class.Alexey Samsonov2013-03-20
* [sanitizer] More renamed macros.Evgeniy Stepanov2013-03-19
* [sanitizer] Replace more platform checks with SANITIZER_ constants.Evgeniy Stepanov2013-03-19
* [ASan] Refactoring: nuke the redundant function declarations in asan_intercep...Alexander Potapenko2013-02-21
* [asan] instrument memory accesses with unusual sizesKostya Serebryany2013-02-19
* [ASan] make variables unsigned to silence warnings - attempt 2Alexey Samsonov2013-02-15
* [ASan] make variable unsigned to silence the warningAlexey Samsonov2013-02-15
* [ASan] Fix https://code.google.com/p/address-sanitizer/issues/detail?id=159Alexander Potapenko2013-02-15
* [tsan] disable a failing test until it gets fixed. fix lintKostya Serebryany2013-02-14
* [ASan] When re-executing the process on OS X, make sure we update the existin...Alexander Potapenko2013-02-13
* [ASan] Delete the code related to static runtime on OS X.Alexander Potapenko2013-02-05
* [ASan] Remove the declarations of pthread_workqueue_t and pthread_workitem_ha...Alexander Potapenko2013-01-22
* [ASan] Use dylib interposition to hook memory allocation in the dynamic runtime.Alexander Potapenko2013-01-22
* Remove references to pthread_workqueue_additem_np(), which isn't in the offic...Alexander Potapenko2013-01-18
* [ASan] minor changes to swapcontext handling: don't clear shadow memory if co...Alexey Samsonov2013-01-17
* asan/tsan: move blocking mutex from asan to sanitizer_commonDmitry Vyukov2013-01-14
* [asan] add a flag alloc_dealloc_mismatch (off by default for now) which finds...Kostya Serebryany2012-12-21
* [asan] fix win buildKostya Serebryany2012-12-13
* [asan] add two asan flags: fast_unwind_on_fatal and fast_unwind_on_malloc to ...Kostya Serebryany2012-12-13
* [ASan] Do not build the interceptors that use ObjC blocks if the compiler doe...Alexander Potapenko2012-12-04
* [asan/tsan] get rid of kPageSize completely in favor of GetPageSizeCached(). ...Kostya Serebryany2012-11-24
* [ASan] intercept swapcontext on Linux onlyAlexey Samsonov2012-11-23
* [asan/tsan] do not use __WORDSIZE macro, as it is glibc-private thing. Instea...Kostya Serebryany2012-11-21
* [ASan] Rename ReplaceCFAllocator to MaybeReplaceCFAllocator.Alexander Potapenko2012-10-24
* Do not call ReplaceCFAllocator() before __CFInitialize(), otherwise crashes a...Alexander Potapenko2012-10-16
* Add MACOS_VERSION_MOUNTAIN_LION.Alexander Potapenko2012-10-16
* [ASan] more macro/casting magic to suppress warningsAlexey Samsonov2012-09-12
* Use the return value of dladdr() to avoid Clang warning.Alexander Potapenko2012-09-06
* [asan] more refactoring to move StackTrace to sanitizer_commonKostya Serebryany2012-08-28
* [asan] some renaming before we move StackTrace into sanitizer_commonKostya Serebryany2012-08-28
* If the program is linked to a dynamic ASan runtime which is not present in DY...Alexander Potapenko2012-08-24
* Re-implement the wrappers for libdispatch functions using blocks where approp...Alexander Potapenko2012-08-23
* [asan] fix lintKostya Serebryany2012-08-21
* Dynamic interceptors for dispatch_async and dispatch_after.Alexander Potapenko2012-08-20
* Minor refactoring: reduce code duplication by introducing a macro for dispatc...Alexander Potapenko2012-08-20
* Move the prototype of __CFInitialize to asan_mac.h so that asan_malloc_mac.cc...Alexander Potapenko2012-08-15
* [ASan] fix cmake build warningAlexey Samsonov2012-07-30
* Intercept CFAllocator for each thread in the program.Alexander Potapenko2012-07-23
* [ASan] Use common flags parsing machinery.Alexey Samsonov2012-07-09
* A portable way to check whether __CFInitialize has been called: compare kCFAl...Alexander Potapenko2012-07-06
* Do not check for __CFRuntimeClassTableSize on non-10.6 systems, where this sy...Alexander Potapenko2012-07-06
* Fix http://code.google.com/p/address-sanitizer/issues/detail?id=87 by making ...Alexander Potapenko2012-07-05