summaryrefslogtreecommitdiff
path: root/lib/asan/asan_stack.h
Commit message (Expand)AuthorAge
* [asan] reduce the size of AsanThreadContext by storing the stack trace in the...Kostya Serebryany2013-10-18
* [Sanitizer] Turn GetStackTrace() into StackTrace::Unwind()Alexey Samsonov2013-10-12
* [asan] Fix deadlock in stack unwinder on android/x86.Evgeniy Stepanov2013-09-12
* [sanitizer] Move GetStackTrace from ASan to sanitizer_common.Sergey Matveev2013-05-08
* [asan] Common flags in ASan.Sergey Matveev2013-05-06
* [asan] add two asan flags: fast_unwind_on_fatal and fast_unwind_on_malloc to ...Kostya Serebryany2012-12-13
* [asan] actually move StackTrace to sanitizer_commonKostya Serebryany2012-08-28
* [asan] even more refactoring to move StackTrace to sanitizer_commonKostya Serebryany2012-08-28
* [asan] more refactoring to move StackTrace to sanitizer_commonKostya Serebryany2012-08-28
* [asan] some renaming before we move StackTrace into sanitizer_commonKostya Serebryany2012-08-28
* [ASan] Use common flags parsing machinery.Alexey Samsonov2012-07-09
* Lots of trivial changes to remove extraneous semicolons throughout ASan.Chandler Carruth2012-06-25
* [asan] more renamingKostya Serebryany2012-05-31
* [asan] more renamingKostya Serebryany2012-05-31
* [asan] fix unwinding inside libc intercepors (asan issue #46)Kostya Serebryany2012-03-15
* EHABI-based stack trace on ARM.Evgeniy Stepanov2012-01-19
* AddressSanitizer: create AsanThreadSummary together with AsanThread (in paren...Alexey Samsonov2012-01-17
* AddressSanitizer run-time library. Not yet integrated with the compiler-rt bu...Kostya Serebryany2011-11-30