summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_stacktrace.cc
Commit message (Expand)AuthorAge
* [Sanitizer] Simplify StackTrace::PrintStack interface: prefer common flags to...Alexey Samsonov2013-10-29
* Overhaul the symbolizer interface.Peter Collingbourne2013-10-25
* [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
* [Sanitizer] Refactor symbolization interface: use class instead of several fu...Alexey Samsonov2013-09-10
* [sanitizer] Change strip_path_prefix flag behavior.Sergey Matveev2013-07-22
* [asan] fix a rare failure in fast unwinder, found by asan/clang bootstrapKostya Serebryany2013-06-18
* Use an address-of operator here to silence an MSVC warning.Peter Collingbourne2013-05-27
* [nolibc] Move symbolizer to RTSanitizerCommonLibc, and make it optional using...Peter Collingbourne2013-05-21
* [sanitizer] while doing fast unwinding make sure that the frame pointer is al...Kostya Serebryany2013-04-04
* [libsanitizer] Unmapping the old cache partially invalidates the memory layou...Alexander Potapenko2013-03-26
* [Sanitizer] Change MemoryMappingLayout methods to also report memory protecti...Alexey Samsonov2013-03-13
* [Sanitizer] Try to fix infinite loop in frame pointer unwinderReid Kleckner2013-02-20
* [msan] add strip_path_prefix flag; print error summary; don't crash while pri...Kostya Serebryany2013-02-07
* [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] two more bits for __sparc__Kostya Serebryany2012-12-03
* [asan/tsan] get rid of kPageSize completely in favor of GetPageSizeCached(). ...Kostya Serebryany2012-11-24
* Allow PopStackFrames leave the stack empty.Evgeniy Stepanov2012-11-21
* [asan/tsan] do not use __WORDSIZE macro, as it is glibc-private thing. Instea...Kostya Serebryany2012-11-21
* [asan] more support for powerpc, patch by Peter BergnerKostya Serebryany2012-11-20
* [asan] support x32 mode in the fast stack unwinder. Patch by H.J. Lu Kostya Serebryany2012-11-19
* [Sanitizer] fall back to online symbolizer if user-provided callback failedAlexey Samsonov2012-10-18
* [Sanitizer] fix line widthAlexey Samsonov2012-10-02
* [Sanitizer/ASan] Simplify the code that prints and symbolizes stack traces. F...Alexey Samsonov2012-10-02
* Add a missing const qualifier.Evgeniy Stepanov2012-09-27
* [asan/tsan] use InternalScopedBuffer instead of stack arrays. Use mmap insete...Kostya Serebryany2012-08-29
* [asan] fix the cmake build (hopefully)Kostya Serebryany2012-08-28
* [asan] actually doing 'svn add' helpsKostya Serebryany2012-08-28