summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace.h
Commit message (Collapse)AuthorAgeFilesLines
...
* Consistently use StackTrace::PrintStack in ASan, LSan and MSanAlexey Samsonov2013-11-011-0/+1
| | | | llvm-svn: 193834
* [Sanitizer] Simplify StackTrace::PrintStack interface: prefer common flags ↵Alexey Samsonov2013-10-291-2/+2
| | | | | | to turn on/off the symbolization llvm-svn: 193587
* [Sanitizer] Return implementation of StackTrace::CopyFrom to headerAlexey Samsonov2013-10-141-1/+6
| | | | llvm-svn: 192574
* [Sanitizer] Remove StackTrace::max_depth fieldAlexey Samsonov2013-10-121-1/+1
| | | | llvm-svn: 192534
* [Sanitizer] Turn GetStackTrace() into StackTrace::Unwind()Alexey Samsonov2013-10-121-5/+3
| | | | llvm-svn: 192533
* [Sanitizer] StackTrace: kill CopyTo and reimplement CopyFromAlexey Samsonov2013-10-111-14/+2
| | | | llvm-svn: 192441
* [Sanitizer] Simplify StackTrace::FastUnwindStack interface and fix a bug ↵Alexey Samsonov2013-10-111-1/+2
| | | | | | with one-frame stack traces llvm-svn: 192428
* Refactor the usage of strip_path_prefix option and make it more consistent ↵Alexey Samsonov2013-10-041-6/+1
| | | | | | across sanitizers llvm-svn: 191943
* Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where ↵Timur Iskhodzhanov2013-08-131-0/+2
| | | | | | SANITIZER_INTERFACE_ATTRIBUTE or SANITIZER_ATTRIBUTE_WEAK are used llvm-svn: 188261
* [asan] ASan Linux MIPS32 support (compiler-rt part), patch by Jyun-Yan YKostya Serebryany2013-06-031-1/+2
| | | | llvm-svn: 183105
* [sanitizer] Move GetStackTrace from ASan to sanitizer_common.Sergey Matveev2013-05-081-0/+11
| | | | llvm-svn: 181424
* [asan] print a short one-line report summary after the full report. ↵Kostya Serebryany2013-02-061-0/+4
| | | | | | Currently, works only if symbolization happens in-process. llvm-svn: 174501
* [Sanitizer] Expose StackTrace::GetPreviousInstructionPc() to get PC of call ↵Alexey Samsonov2012-12-181-0/+1
| | | | | | instruction from return address llvm-svn: 170424
* [asan] pop the internal stack frames in SlowUnwindStack, extend the test to ↵Kostya Serebryany2012-12-131-1/+1
| | | | | | check this llvm-svn: 170124
* [asan] add two asan flags: fast_unwind_on_fatal and fast_unwind_on_malloc to ↵Kostya Serebryany2012-12-131-0/+1
| | | | | | allow using the slow CFI-based unwinder llvm-svn: 170117
* [asan] more support for powerpc, patch by Peter BergnerKostya Serebryany2012-11-201-0/+2
| | | | llvm-svn: 168356
* Add a missing const qualifier.Evgeniy Stepanov2012-09-271-1/+1
| | | | llvm-svn: 164773
* [asan] increase max stack size to 256 (+test)Kostya Serebryany2012-09-061-1/+1
| | | | llvm-svn: 163308
* [asan] fix the cmake build (hopefully)Kostya Serebryany2012-08-281-1/+1
| | | | llvm-svn: 162760
* [asan] actually doing 'svn add' helpsKostya Serebryany2012-08-281-0/+75
llvm-svn: 162759
OpenPOWER on IntegriCloud