summaryrefslogtreecommitdiff
path: root/lib/asan/asan_mac.cc
AgeCommit message (Expand)Author
2018-02-26[asan] Be more careful and verbose when allocating dynamic shadow memoryKuba Mracek
2017-07-12[asan] For iOS/AArch64, if the dynamic shadow doesn't fit, restrict the VM spaceKuba Mracek
2017-02-21[compiler-rt][asan] Add support for desallocation of unhandled pointersEtienne Bergeron
2017-02-02[tsan] Properly describe GCD worker threads in reportsKuba Mracek
2016-12-27[compiler-rt] Move logic which replace memcpy interceptor with memmove from a...Vitaly Buka
2016-07-11[asan] Add exception handler to map memory on demand on Win64.Etienne Bergeron
2016-03-28[asan] Add runtime support for __asan_(un)register_image_globalsRyan Govostes
2016-02-02[asan] Add iOS support.Anna Zaks
2015-12-04[ASan] Fix the links to bugs and wikipages.Alexander Potapenko
2015-12-03[tsan] Use re-exec method to enable interceptors on older versions of OS XKuba Brecka
2015-10-27[asan] Sort headers.Anna Zaks
2015-09-07Revert r246961 "[asan] Intercept and wrap XPC callback blocks".Kuba Brecka
2015-09-07[asan] Intercept and wrap XPC callback blocksKuba Brecka
2015-08-03[asan] Fix dyld version detection on OS XKuba Brecka
2015-07-21[asan] Remove AsanPlatformThreadInitReid Kleckner
2015-07-06[asan] Add OS X 10.11's new dyld interposition supportKuba Brecka
2015-06-23Working on reconciling out-of-tree patches to compiler-rt for building for iOS.Chris Bieneman
2015-06-23Working on reconciling out-of-tree patches to compiler-rt for building for iOS.Chris Bieneman
2015-03-16[ASan] NFC: Factor out platform-specific interceptorsTimur Iskhodzhanov
2015-03-02asan: fix signal handling during stoptheworldDmitry Vyukov
2015-02-10Fix ASan's Noinst unit testsKuba Brecka
2015-02-06[compiler-rt] Make MaybeReexec properly process DYLD_INSERT_LIBRARIES when us...Kuba Brecka
2015-01-22Fix/workaround for OS X truncated stacktraces taken by external toolsKuba Brecka
2015-01-20[asan] Allow changing verbosity in activation flags.Evgeniy Stepanov
2015-01-09Remove AsanInterceptsSignal in favor of (equivalent) IsDeadlySignal.Alexey Samsonov
2014-12-22AddressSanitizer: Abort after failed exec() and get rid of the allow_reexec A...Kuba Brecka
2014-12-22AddressSanitizer: Properly handle dispatch_source_set_cancel_handler with aKuba Brecka
2014-12-05[ASan] Refactor thread starting code.Sergey Matveev
2014-11-19Make the ASan OS X DYLD_INSERT_LIBRARIES detection path-independentKuba Brecka
2014-10-27Unbreak the darwin build.Adrian Prantl
2014-07-10[ASan] Force the compiler to generate frame pointer in certain Mac-specific i...Alexey Samsonov
2014-04-01[ASan] Optional support for dynamic ASan runtime on Linux.Alexey Samsonov
2014-02-04[ASan] Get rid of asan_mac.h, which contents have been moved to sanitizer_mac.hAlexander Potapenko
2014-02-03[ASan] Move GetMacosVersion() to sanitizer_common.Alexander Potapenko
2014-01-28[ASan] Move the signal handling-related flags to sanitizer_common.Alexander Potapenko
2013-12-26[ASan] Delete asan_intercepted_functions.h, move the code into asan_intercept...Alexander Potapenko
2013-12-05[sanitizer] Introduce VReport and VPrintf macros and use them in sanitizer code.Sergey Matveev
2013-10-15tsan: move verbosity flag to CommonFlagsDmitry Vyukov
2013-07-16[ASan] Cache the OSX version to avoid calling sysctl() on every GetMacosVersi...Alexander Potapenko
2013-07-16[ASan] Add support for OS X Mavericks to GetMacosVersion.Alexander Potapenko
2013-05-08[sanitizer] Move GetStackTrace from ASan to sanitizer_common.Sergey Matveev
2013-04-05[sanitizer] found a bug by code inspection: CHECK(a=b) instead of CHECK(a==b)...Kostya Serebryany
2013-04-03[ASan] Kill the remainders of platform defines in favor of SANITIZER_ definesAlexey Samsonov
2013-03-28Remove all 'static' before ALWAYS_INLINETimur Iskhodzhanov
2013-03-21[ASan] Switch ASan to generic ThreadRegistry from sanitizer_common. Delete AS...Alexey Samsonov
2013-03-20[ASan] Move malloc stats collection away from AsanThreadRegistry class.Alexey Samsonov
2013-03-19[sanitizer] More renamed macros.Evgeniy Stepanov
2013-03-19[sanitizer] Replace more platform checks with SANITIZER_ constants.Evgeniy Stepanov
2013-02-21[ASan] Refactoring: nuke the redundant function declarations in asan_intercep...Alexander Potapenko
2013-02-19[asan] instrument memory accesses with unusual sizesKostya Serebryany