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