summaryrefslogtreecommitdiff
path: root/lib/asan/asan_stack.h
AgeCommit message (Expand)Author
2017-11-09[sanitizers] Rename GetStackTraceWithPcBpAndContextVitaly Buka
2017-09-18[asan] Remove ScopedDeadlySignalVitaly Buka
2017-09-01Fix constant-logical-operand warning.David Blaikie
2017-08-07Add NetBSD support in asan_stack.hKamil Rytarowski
2016-05-18[LSAN] Fix test swapcontext.cc on MIPSSagar Thakur
2016-04-22Revert "[LSAN] Fix test swapcontext.cc on MIPS"Renato Golin
2016-04-19[LSAN] Fix test swapcontext.cc on MIPSSagar Thakur
2015-10-01[compiler-rt] Apply modernize-use-nullptr fixes in sanitizersVedant Kumar
2014-12-16[ASan] Allow to atomically modify malloc_context_size at runtime.Alexey Samsonov
2014-11-25[Asan] Pack signal context into a structureViktor Kutuzov
2014-11-10[Sanitizers] Enable stack traces on FreeBSDViktor Kutuzov
2014-10-26[Sanitizer] Make StackTrace a lightweight reference to array of PCs, andAlexey Samsonov
2014-10-14[asan] Add fast_unwind_on_check flag.Evgeniy Stepanov
2014-05-14[asan] use some LIKELY/UNLIKELYKostya Serebryany
2014-03-04Fix StackTrace::LocatePcInTrace, add more unit tests for generic StackTraceAlexey Samsonov
2014-03-04[ASan] Speed up stack trace unwinding for stacks of size 2.Alexey Samsonov
2014-02-11[sanitizer] Use system unwinder in signal handlers on Android.Evgeniy Stepanov
2013-12-19[ASan] Get rid of ASan-specific functions for printing stack tracesAlexey Samsonov
2013-12-03[sanitizer] Expose __sanitizer_print_stack_trace().Sergey Matveev
2013-11-29Fix current stack unwinding when using DRASanTimur Iskhodzhanov
2013-10-18[asan] reduce the size of AsanThreadContext by storing the stack trace in the...Kostya Serebryany
2013-10-12[Sanitizer] Turn GetStackTrace() into StackTrace::Unwind()Alexey Samsonov
2013-09-12[asan] Fix deadlock in stack unwinder on android/x86.Evgeniy Stepanov
2013-05-08[sanitizer] Move GetStackTrace from ASan to sanitizer_common.Sergey Matveev
2013-05-06[asan] Common flags in ASan.Sergey Matveev
2012-12-13[asan] add two asan flags: fast_unwind_on_fatal and fast_unwind_on_malloc to ...Kostya Serebryany
2012-08-28[asan] actually move StackTrace to sanitizer_commonKostya Serebryany
2012-08-28[asan] even more refactoring to move StackTrace to sanitizer_commonKostya Serebryany
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-07-09[ASan] Use common flags parsing machinery.Alexey Samsonov
2012-06-25Lots of trivial changes to remove extraneous semicolons throughout ASan.Chandler Carruth
2012-05-31[asan] more renamingKostya Serebryany
2012-05-31[asan] more renamingKostya Serebryany
2012-03-15[asan] fix unwinding inside libc intercepors (asan issue #46)Kostya Serebryany
2012-01-19EHABI-based stack trace on ARM.Evgeniy Stepanov
2012-01-17AddressSanitizer: create AsanThreadSummary together with AsanThread (in paren...Alexey Samsonov
2011-11-30AddressSanitizer run-time library. Not yet integrated with the compiler-rt bu...Kostya Serebryany