summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_mac.cc
AgeCommit message (Expand)Author
2015-10-27[asan] On OS X, tag mapped regions with VM_MEMORY_ANALYSIS_TOOL tagAnna Zaks
2015-07-28[sanitizer] Fix Mac build.Evgeniy Stepanov
2015-06-23Working on reconciling out-of-tree patches to compiler-rt for building for iOS.Chris Bieneman
2015-06-04[ASan] Fix Darwin and Windows builds.Yury Gribov
2015-06-04[ASan] Make binary name reader cross-platform.Yury Gribov
2015-05-12Include missing 'sanitizer_platform_limits_posix.h'Ismail Pazarbasi
2015-05-12Call system's sigfillset and sigprocmask functions from sanitizersIsmail Pazarbasi
2015-05-12Sanitizers: Implement `GetRSS` on Mac OS XIsmail Pazarbasi
2015-04-10Split Mprotect into MmapNoAccess and MprotectNoAccess to be more portableTimur Iskhodzhanov
2015-04-01[ASan] Make the remaining coverage tests pass on Darwin, move them to Posix/Alexander Potapenko
2015-03-23[ASan] Distinguish between read, write and read-write file access modes in Op...Alexander Potapenko
2015-03-02asan: fix signal handling during stoptheworldDmitry Vyukov
2015-02-27[compiler-rt] Allow suppression file to be relative to the location of the ex...Anna Zaks
2015-01-30[Sanitizer] Make BlockingMutex really linker initialized.Yury Gribov
2014-12-29[sanitizer-common] Fixing the ASan test build failure on OS XKuba Brecka
2014-12-16[asan] trying to fix Mac buildKostya Serebryany
2014-12-16[asan] new flag: hard_rss_limit_mbKostya Serebryany
2014-12-16Add an MACOS_VERSION_UNKNOWN_NEWER enum value for OS X versions above 10.10.Kuba Brecka
2014-12-09[asan] move GetRSS from tsan to sanitizer_commonKostya Serebryany
2014-11-13Removed r221896, it seems to break build in various ways.Yury Gribov
2014-11-13[ASan] Add process basename to log name and error message to simplify analysi...Yury Gribov
2014-11-05Extend the OS X pthread_get_stacksize_np workaround to 10.10Kuba Brecka
2014-11-05Extend Mac OS versions to YosemiteKuba Brecka
2014-05-27[asancov] Write coverage directly to a memory-mapped file.Evgeniy Stepanov
2014-05-19[sanitizer] Support sandboxing in sanitizer coverage.Sergey Matveev
2014-05-13[libsanitizer] Use internal_fork() to spawn the symbolizer process.Alexander Potapenko
2014-04-16Move pthread_cond_* interceptors from sanitizer_common with all the ugly hack...Alexey Samsonov
2014-03-17tsan: yet another attempt to fix pthread_cond interceptorsDmitry Vyukov
2014-03-12tsan: fix handling of pthread_cond_wait in presence of pthread_cancelDmitry Vyukov
2014-02-03[libsanitizer] Workaround for https://code.google.com/p/address-sanitizer/iss...Alexander Potapenko
2014-02-03[ASan] Move GetMacosVersion() to sanitizer_common.Alexander Potapenko
2014-01-31[ASan] Move the SIGSEGV/SIGBUS handling to sanitizer_commonAlexander Potapenko
2013-12-25[Sanitizer] Teach MemoryMappingLayout to dump all loaded modules.Alexey Samsonov
2013-12-25[Sanitizer] Move OS-specific code for MemoryMappingLayout into separate sourc...Alexey Samsonov
2013-11-13[ASan] Don't call __asan_init() from certain interceptors on Darwin.Alexander Potapenko
2013-09-10[Sanitizer] Refactor symbolization interface: use class instead of several fu...Alexey Samsonov
2013-06-06tsan: fix darwin Go crashesDmitry Vyukov
2013-06-06tsan: fix darwin Go buildDmitry Vyukov
2013-05-20[nolibc] Move GetPageSize to the individual platforms.Peter Collingbourne
2013-05-17[nolibc] Move all platforms to internal_getpid.Peter Collingbourne
2013-05-08Try to fix the mac buildbotsPeter Collingbourne
2013-05-08[nolibc] Change internal syscall API to remove reliance on libc's errno.Peter Collingbourne
2013-05-07[sanitizer] Move GetThreadStackAndTls from TSan to sanitizer_common.Sergey Matveev
2013-04-03[Sanitizer] Kill the remainders of platform defines in favor of SANITIZER_ de...Alexey Samsonov
2013-03-26[libsanitizer] Unmapping the old cache partially invalidates the memory layou...Alexander Potapenko
2013-03-19[sanitizer] Replace more platform checks with SANITIZER_ constants.Evgeniy Stepanov
2013-03-14[Sanitizer] Add default constructor for BlockingMutexAlexey Samsonov
2013-03-13[sanitizer] Move GetTlsSize code from TSan to sanitizer_common.Evgeniy Stepanov
2013-03-13[Sanitizer] Fixup for r176931 for Mac and WindowsAlexey Samsonov
2013-03-13[Sanitizer] Change MemoryMappingLayout methods to also report memory protecti...Alexey Samsonov