summaryrefslogtreecommitdiff
path: root/lib/asan/asan_linux.cc
AgeCommit message (Expand)Author
2014-03-12Add FreeBSD 9.2 support to asan_linux.ccViktor Kutuzov
2014-03-06[FreeBSD] Provide FreeBSD-specific things for ASan.Alexey Samsonov
2014-03-04[ASan] Speed up stack trace unwinding for stacks of size 2.Alexey Samsonov
2014-02-13[sanitizer] AArch64 sanitizer support; patch by Christophe Lyon and Yvan RouxKostya Serebryany
2014-02-10Add a copy of missing <ucontext.h> for Android and enable ASan SEGV handler.Evgeniy Stepanov
2014-01-28[ASan] Move the signal handling-related flags to sanitizer_common.Alexander Potapenko
2013-12-09Revert three patches which were committed without explicit contributionChandler Carruth
2013-11-18[asan] support __hppa__ (by John David Anglin)Kostya Serebryany
2013-06-03[asan] ASan Linux MIPS32 support (compiler-rt part), patch by Jyun-Yan YKostya Serebryany
2013-05-08[sanitizer] Move GetStackTrace from ASan to sanitizer_common.Sergey Matveev
2013-04-03[ASan] Kill the remainders of platform defines in favor of SANITIZER_ definesAlexey Samsonov
2013-03-21[ASan] Switch ASan to generic ThreadRegistry from sanitizer_common. Delete AS...Alexey Samsonov
2013-03-20[ASan] Move GetCurrentThread/SetCurrentThread from AsanThreadRegistry class i...Alexey Samsonov
2013-03-19[sanitizer] Replace more platform checks with SANITIZER_ constants.Evgeniy Stepanov
2013-03-19[sanitizer] Move ASan platform macros to sanitizer_common and rename them app...Evgeniy Stepanov
2013-01-18[ASan] fixes for Android buildAlexey Samsonov
2013-01-17[ASan] minor changes to swapcontext handling: don't clear shadow memory if co...Alexey Samsonov
2013-01-14asan/tsan: move blocking mutex from asan to sanitizer_commonDmitry Vyukov
2012-12-13[asan] pop the internal stack frames in SlowUnwindStack, extend the test to c...Kostya Serebryany
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