summaryrefslogtreecommitdiff
path: root/lib/asan/asan_linux.cc
AgeCommit message (Expand)Author
2012-12-13[asan] add two asan flags: fast_unwind_on_fatal and fast_unwind_on_malloc to ...Kostya Serebryany
2012-12-03[asan] two more bits for __sparc__Kostya Serebryany
2012-11-23[asan] get rid of some of the uses of kPageSize. The intent is to get rid of ...Kostya Serebryany
2012-11-23[ASan] intercept swapcontext on Linux onlyAlexey Samsonov
2012-11-20[asan] pop the two internal functions from the stack trace produced by _Unwin...Kostya Serebryany
2012-11-20[asan] more support for powerpc, patch by Peter BergnerKostya Serebryany
2012-11-16asan: sync with gcc r193553Dmitry Vyukov
2012-08-28[asan] more refactoring to move StackTrace to sanitizer_commonKostya Serebryany
2012-08-28[asan] some renaming before we move StackTrace into sanitizer_commonKostya Serebryany
2012-08-27A few tweaks for building ASanRT against Android NDK.Evgeniy Stepanov
2012-08-24If the program is linked to a dynamic ASan runtime which is not present in DY...Alexander Potapenko
2012-07-23Intercept CFAllocator for each thread in the program.Alexander Potapenko
2012-07-09[ASan] Use common flags parsing machinery.Alexey Samsonov
2012-06-14[Sanitizer] move rest of mmap routines to common sanitizer runtimeAlexey Samsonov
2012-06-14[Sanitizer] move portable GetEnv to common sanitizer runtimeAlexey Samsonov
2012-06-14[ASan] don't include deleted headerAlexey Samsonov
2012-06-07[Sanitizer] Fix mac build.Alexey Samsonov
2012-06-07[Sanitizer] factor out GetThreadStackTopAndBottom from ASan runtime to common.Alexey Samsonov
2012-06-07[Sanitizer] __asan::AsanProcMaps -> __sanitizer::ProcessMaps.Alexey Samsonov
2012-06-06[Sanitizer] Switch to common mmap/munmap routines in ASan run-time.Alexey Samsonov
2012-06-06[ASan] Use __sanitizer::Die() in ASan runtime.Alexey Samsonov
2012-06-05[Sanitizer] remove using namespace __sanitizer linesAlexey Samsonov
2012-06-05[Sanitizer] add sanitizer_posix.cc. Move more various functions into sanitize...Alexey Samsonov
2012-06-05[ASan] use internal_{close,read,write} in ASan runtime.Alexey Samsonov
2012-06-05[ASan] use internal_open from sanitizer_libc in ASan runtimeAlexey Samsonov
2012-06-04Created files sanitizer_linux.cc and sanitizer_mac.cc for platform-specific i...Alexey Samsonov
2012-05-31[asan] more renamingKostya Serebryany
2012-05-31[asan] more renamingKostya Serebryany
2012-05-23Move AsanShadowRangeIsAvailable() from mac to posix.Evgeniy Stepanov
2012-05-23asan: fix typo in commentDmitry Vyukov
2012-05-22[asan] nuke some old unused codeKostya Serebryany
2012-05-22[asan] increase the stack size limit to 256M (yes, that happens); also CHECK ...Kostya Serebryany
2012-03-26Avoid including link.h.Evgeniy Stepanov
2012-03-08[asan] don't use dl_iterate_phdr on linux, go back to using /proc/self/maps. ...Kostya Serebryany
2012-02-13Move the non-trivial implementation of AsanShadowRangeIsAvailable to asan_mac.ccAlexander Potapenko
2012-02-08AddressSanitizer: replace all "real_X" calls with "REAL(X)"Alexey Samsonov
2012-02-07[asan] don't crash if /proc/self/maps has enormous size (linux)Kostya Serebryany
2012-02-06[asan] use raw syscalls for open/close on linux to avoid being interceptedKostya Serebryany
2012-01-31[asan] remove dead codeKostya Serebryany
2012-01-19EHABI-based stack trace on ARM.Evgeniy Stepanov
2012-01-18Implement AsanProcMaps for Mac OS. The code from sysinfo/ is not needed anymo...Alexander Potapenko
2012-01-17AddressSanitizer: add support for malloc_usable_size() functionAlexey Samsonov
2012-01-16[asan] Implement GetObjectNameAndOffset on ARM.Evgeniy Stepanov
2012-01-13This patch moves the code reading /proc/self/environ into AsanGetEnvAlexander Potapenko
2012-01-10[asan] move OS-dependent code away from asan_lock.hKostya Serebryany
2012-01-09[asan] don't include unistd.h in the headersKostya Serebryany
2012-01-09[asan] refactoring: move some common linux/mac code to asan_posix.ccKostya Serebryany
2012-01-09[asan] refactoring: move all interceptors to a single fileKostya Serebryany
2012-01-06[asan] move more code into OS-specific filesKostya Serebryany
2012-01-06[asan] move more stuff to OS-specific filesKostya Serebryany