summaryrefslogtreecommitdiff
path: root/lib/asan/asan_posix.cc
Commit message (Expand)AuthorAgeFilesLines
...
* [ASan] Use common flags parsing machinery.Alexey Samsonov2012-07-091-4/+4
* [Sanitizer] move ShadowRangeIsAvailable and several defines to common runtimeAlexey Samsonov2012-06-151-25/+0
* [Sanitizer] move atomic ops, min/max and sort to commnon runtimeAlexey Samsonov2012-06-151-28/+0
* [Sanitizer] move more portability wrappers to common runtime: sleep, _exit, a...Alexey Samsonov2012-06-151-20/+0
* [Sanitizer] move DumpProcessMap and DisableCoreDumper to common runtimeAlexey Samsonov2012-06-151-20/+0
* [ASan] don't include deleted headerAlexey Samsonov2012-06-141-1/+0
* [Sanitizer] __asan::AsanProcMaps -> __sanitizer::ProcessMaps.Alexey Samsonov2012-06-071-2/+3
* [Sanitizer] Switch to common mmap/munmap routines in ASan run-time.Alexey Samsonov2012-06-061-2/+2
* [asan] make tid u32 instead of intKostya Serebryany2012-06-061-2/+2
* [asan] start compacting the allocator header, the goal is to make it 16 bytes...Kostya Serebryany2012-06-061-0/+4
* [Sanitizer]: Introduce a common internal printf function. For now, also use t...Alexey Samsonov2012-06-061-5/+5
* [ASan] Make printf arguments match format strings better.Alexey Samsonov2012-06-061-1/+1
* [Sanitizer] Move more functions/constants to sanitizer_common.Alexey Samsonov2012-06-061-4/+0
* [ASan] Use __sanitizer::Die() in ASan runtime.Alexey Samsonov2012-06-061-1/+1
* [Sanitizer] remove using namespace __sanitizer linesAlexey Samsonov2012-06-051-2/+0
* [ASan] use internal_{close,read,write} in ASan runtime.Alexey Samsonov2012-06-051-1/+4
* [asan] more renamingKostya Serebryany2012-05-311-2/+2
* [asan] more renamingKostya Serebryany2012-05-311-17/+17
* Be more verbose when installing the signals.Alexander Potapenko2012-05-301-0/+3
* Move AsanShadowRangeIsAvailable() from mac to posix.Evgeniy Stepanov2012-05-231-0/+26
* [asan] add flags: disable_core, abort_on_error and unmap_shadow_on_exitKostya Serebryany2012-04-061-0/+4
* [asan] make __asan::Deallocate immune to racy double-free (issue #57)Kostya Serebryany2012-04-051-0/+4
* Introduce the use_sigaltstack flag (off by default), which enables using alte...Alexander Potapenko2012-04-051-0/+36
* [ASan] Fix build error on Linux; screen-reviewed by glider@google.comTimur Iskhodzhanov2012-03-131-1/+1
* [asan] use O(log(N)) algorithm instead of O(N) in __asan_get_ownershipKostya Serebryany2012-03-101-0/+8
* AddressSanitizer: get rid of stdlib.h and add (smaller) stddef.h insteadAlexey Samsonov2012-02-221-0/+5
* Move the contents of AsanProcMaps::Dump() into AsanDumpProcessMaps() for Posi...Alexander Potapenko2012-02-221-0/+14
* [asan] implement __asan_set_death_callbackKostya Serebryany2012-02-131-8/+8
* AddressSanitizer: replace all "real_X" calls with "REAL(X)"Alexey Samsonov2012-02-081-2/+2
* [asan] make sure the AsanThread object is destroyed if pthread_exit is calledKostya Serebryany2012-02-071-2/+2
* [asan] new run-time flag: sleep_before_dying (asan Issue #31)Kostya Serebryany2012-01-311-0/+4
* EHABI-based stack trace on ARM.Evgeniy Stepanov2012-01-191-1/+1
* [asan] remove OS-dependent headers from asan_internal.hKostya Serebryany2012-01-111-0/+12
* [asan] move TSD code into asan_posix.ccKostya Serebryany2012-01-111-0/+25
* [asan] don't include unistd.h in the headersKostya Serebryany2012-01-091-1/+10
* [asan] refactoring: move some common linux/mac code to asan_posix.ccKostya Serebryany2012-01-091-0/+68