summaryrefslogtreecommitdiff
path: root/lib/asan/asan_internal.h
AgeCommit message (Expand)Author
2013-03-19[sanitizer] More renamed macros.Evgeniy Stepanov
2013-03-19[sanitizer] Move ASan platform macros to sanitizer_common and rename them app...Evgeniy Stepanov
2013-02-20[asan] on linux, run __asan_init from .preinit_array (even earlier than before)Kostya Serebryany
2013-02-15[asan] make asan work with 7fff8000 offset and prelinkKostya Serebryany
2013-01-31[ASan] Split ASan interface header into private and public parts. Add a test ...Alexey Samsonov
2013-01-17[ASan] minor changes to swapcontext handling: don't clear shadow memory if co...Alexey Samsonov
2012-12-25[asan] properly define ASAN_LOW_MEMORY. Due to a mistake it has been always t...Kostya Serebryany
2012-12-07ASan: change the strategy we use for installing malloc/free/symbolization hoo...Alexey Samsonov
2012-12-04ASan: add new interface functions - __asan_(un)poison_stack_memory. Calls to ...Alexey Samsonov
2012-11-23[ASan] Add interceptor for swapcontext to fight with false positives in some ...Alexey Samsonov
2012-11-15[ASan] Revert r168040 and r168043 and take a cleaner solution suggested by Ko...Alexander Potapenko
2012-11-15[ASan] Poison the leftmost shadow byte with a special value so that we can findAlexander Potapenko
2012-10-03Set ASAN_NEEDS_SEGV=0 on Android only.Alexander Potapenko
2012-10-02[Sanitizer/ASan] Simplify the code that prints and symbolizes stack traces. F...Alexey Samsonov
2012-09-28[asan] Change defaults for Android target.Evgeniy Stepanov
2012-08-28[asan] one more fix for windows buildKostya Serebryany
2012-08-28[asan] actually move StackTrace to sanitizer_commonKostya Serebryany
2012-08-28[asan] some renaming before we move StackTrace into sanitizer_commonKostya Serebryany
2012-08-28[asan] get rid of AsanPrintf in favor of Printf from sanitizer_commonKostya Serebryany
2012-08-27A few tweaks for building ASanRT against Android NDK.Evgeniy Stepanov
2012-08-27[Sanitizer] move low-level (mmap-based) allocator to sanitizer_commonAlexey Samsonov
2012-08-24If the program is linked to a dynamic ASan runtime which is not present in DY...Alexander Potapenko
2012-08-22[ASan] get rid of ASAN_USE_EXTERNAL_SYMBOLIZER compiler def in favor of __asa...Alexey Samsonov
2012-08-21[asan] run-time part of the initialization order checker. Patch by Reid Watso...Kostya Serebryany
2012-08-09[ASan] move some functions that describe addresses to asan_report.ccAlexey Samsonov
2012-07-23Intercept CFAllocator for each thread in the program.Alexander Potapenko
2012-07-10[ASan] move flags description to separate header, add comments about them.Alexey Samsonov
2012-07-09[ASan] cleanup: remove dead flagAlexey Samsonov
2012-07-09[ASan] Use common flags parsing machinery.Alexey Samsonov
2012-06-21Factor the common code out of cf_free and mz_free.Alexander Potapenko
2012-06-15[Sanitizer] move all the rest re-implementations of libc functions from ASan ...Alexey Samsonov
2012-06-15[Sanitizer] move ShadowRangeIsAvailable and several defines to common runtimeAlexey Samsonov
2012-06-15[Sanitizer] move atomic ops, min/max and sort to commnon runtimeAlexey Samsonov
2012-06-15[Sanitizer] move more portability wrappers to common runtime: sleep, _exit, a...Alexey Samsonov
2012-06-15[Sanitizer] move DumpProcessMap and DisableCoreDumper to common runtimeAlexey 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-07[Sanitizer] Move ReadFileToBuffer to sanitizer_common.Alexey Samsonov
2012-06-06[Sanitizer] Switch to common mmap/munmap routines in ASan run-time.Alexey Samsonov
2012-06-06[Sanitizer] Make UNIMPLEMENTED macro common.Alexey Samsonov
2012-06-06[Sanitizer] Use common CHECK machinery. Currently each tool has to define its...Alexey Samsonov
2012-06-06[asan] start compacting the allocator header, the goal is to make it 16 bytes...Kostya Serebryany
2012-06-06[Sanitizer] Remove __attribute__((format))Alexey Samsonov
2012-06-06[Sanitizer]: Introduce a common internal printf function. For now, also use t...Alexey Samsonov
2012-06-06[Sanitizer] Move more functions/constants to sanitizer_common.Alexey Samsonov
2012-06-06[ASan] Use __sanitizer::Die() in ASan runtime.Alexey Samsonov
2012-06-05[Sanitizer] rename sanitizer_defs.h to sanitizer_internal_defs.hAlexey Samsonov
2012-06-05[Sanitizer] remove using namespace __sanitizer linesAlexey Samsonov
2012-06-05[Sanitizer] Use common defines for ASan and TSan runtime. Split defines betwe...Alexey Samsonov
2012-06-05[Sanitizer] add sanitizer_posix.cc. Move more various functions into sanitize...Alexey Samsonov