Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Consistently use StackTrace::PrintStack in ASan, LSan and MSan | Alexey Samsonov | 2013-11-01 | 1 | -0/+1 | |
| | | | | llvm-svn: 193834 | |||||
* | [Sanitizer] Simplify StackTrace::PrintStack interface: prefer common flags ↵ | Alexey Samsonov | 2013-10-29 | 1 | -2/+2 | |
| | | | | | | to turn on/off the symbolization llvm-svn: 193587 | |||||
* | [Sanitizer] Return implementation of StackTrace::CopyFrom to header | Alexey Samsonov | 2013-10-14 | 1 | -1/+6 | |
| | | | | llvm-svn: 192574 | |||||
* | [Sanitizer] Remove StackTrace::max_depth field | Alexey Samsonov | 2013-10-12 | 1 | -1/+1 | |
| | | | | llvm-svn: 192534 | |||||
* | [Sanitizer] Turn GetStackTrace() into StackTrace::Unwind() | Alexey Samsonov | 2013-10-12 | 1 | -5/+3 | |
| | | | | llvm-svn: 192533 | |||||
* | [Sanitizer] StackTrace: kill CopyTo and reimplement CopyFrom | Alexey Samsonov | 2013-10-11 | 1 | -14/+2 | |
| | | | | llvm-svn: 192441 | |||||
* | [Sanitizer] Simplify StackTrace::FastUnwindStack interface and fix a bug ↵ | Alexey Samsonov | 2013-10-11 | 1 | -1/+2 | |
| | | | | | | with one-frame stack traces llvm-svn: 192428 | |||||
* | Refactor the usage of strip_path_prefix option and make it more consistent ↵ | Alexey Samsonov | 2013-10-04 | 1 | -6/+1 | |
| | | | | | | across sanitizers llvm-svn: 191943 | |||||
* | Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where ↵ | Timur Iskhodzhanov | 2013-08-13 | 1 | -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 Y | Kostya Serebryany | 2013-06-03 | 1 | -1/+2 | |
| | | | | llvm-svn: 183105 | |||||
* | [sanitizer] Move GetStackTrace from ASan to sanitizer_common. | Sergey Matveev | 2013-05-08 | 1 | -0/+11 | |
| | | | | llvm-svn: 181424 | |||||
* | [asan] print a short one-line report summary after the full report. ↵ | Kostya Serebryany | 2013-02-06 | 1 | -0/+4 | |
| | | | | | | Currently, works only if symbolization happens in-process. llvm-svn: 174501 | |||||
* | [Sanitizer] Expose StackTrace::GetPreviousInstructionPc() to get PC of call ↵ | Alexey Samsonov | 2012-12-18 | 1 | -0/+1 | |
| | | | | | | instruction from return address llvm-svn: 170424 | |||||
* | [asan] pop the internal stack frames in SlowUnwindStack, extend the test to ↵ | Kostya Serebryany | 2012-12-13 | 1 | -1/+1 | |
| | | | | | | check this llvm-svn: 170124 | |||||
* | [asan] add two asan flags: fast_unwind_on_fatal and fast_unwind_on_malloc to ↵ | Kostya Serebryany | 2012-12-13 | 1 | -0/+1 | |
| | | | | | | allow using the slow CFI-based unwinder llvm-svn: 170117 | |||||
* | [asan] more support for powerpc, patch by Peter Bergner | Kostya Serebryany | 2012-11-20 | 1 | -0/+2 | |
| | | | | llvm-svn: 168356 | |||||
* | Add a missing const qualifier. | Evgeniy Stepanov | 2012-09-27 | 1 | -1/+1 | |
| | | | | llvm-svn: 164773 | |||||
* | [asan] increase max stack size to 256 (+test) | Kostya Serebryany | 2012-09-06 | 1 | -1/+1 | |
| | | | | llvm-svn: 163308 | |||||
* | [asan] fix the cmake build (hopefully) | Kostya Serebryany | 2012-08-28 | 1 | -1/+1 | |
| | | | | llvm-svn: 162760 | |||||
* | [asan] actually doing 'svn add' helps | Kostya Serebryany | 2012-08-28 | 1 | -0/+75 | |
llvm-svn: 162759 |