summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_stacktrace.h
Commit message (Expand)AuthorAge
* [Sanitizer] Simplify StackTrace::PrintStack interface: prefer common flags to...Alexey Samsonov2013-10-29
* [Sanitizer] Return implementation of StackTrace::CopyFrom to headerAlexey Samsonov2013-10-14
* [Sanitizer] Remove StackTrace::max_depth fieldAlexey Samsonov2013-10-12
* [Sanitizer] Turn GetStackTrace() into StackTrace::Unwind()Alexey Samsonov2013-10-12
* [Sanitizer] StackTrace: kill CopyTo and reimplement CopyFromAlexey Samsonov2013-10-11
* [Sanitizer] Simplify StackTrace::FastUnwindStack interface and fix a bug with...Alexey Samsonov2013-10-11
* Refactor the usage of strip_path_prefix option and make it more consistent ac...Alexey Samsonov2013-10-04
* Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where ...Timur Iskhodzhanov2013-08-13
* [asan] ASan Linux MIPS32 support (compiler-rt part), patch by Jyun-Yan YKostya Serebryany2013-06-03
* [sanitizer] Move GetStackTrace from ASan to sanitizer_common.Sergey Matveev2013-05-08
* [asan] print a short one-line report summary after the full report. Currently...Kostya Serebryany2013-02-06
* [Sanitizer] Expose StackTrace::GetPreviousInstructionPc() to get PC of call i...Alexey Samsonov2012-12-18
* [asan] pop the internal stack frames in SlowUnwindStack, extend the test to c...Kostya Serebryany2012-12-13
* [asan] add two asan flags: fast_unwind_on_fatal and fast_unwind_on_malloc to ...Kostya Serebryany2012-12-13
* [asan] more support for powerpc, patch by Peter BergnerKostya Serebryany2012-11-20
* Add a missing const qualifier.Evgeniy Stepanov2012-09-27
* [asan] increase max stack size to 256 (+test)Kostya Serebryany2012-09-06
* [asan] fix the cmake build (hopefully)Kostya Serebryany2012-08-28
* [asan] actually doing 'svn add' helpsKostya Serebryany2012-08-28