summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_stacktrace.h
AgeCommit message (Expand)Author
2017-09-14[sanitizer] Add BufferedStackTrace::Reset()Vitaly Buka
2016-05-18[LSAN] Fix test swapcontext.cc on MIPSSagar Thakur
2016-04-22Revert "[LSAN] Fix test swapcontext.cc on MIPS"Renato Golin
2016-04-19[LSAN] Fix test swapcontext.cc on MIPSSagar Thakur
2015-12-04[libsanitizer] Fix bugs and wiki links to point to GitHub.Alexander Potapenko
2015-09-16[MSan] Enable MSAN for aarch64Adhemerval Zanella
2015-07-28PowerPC's ABIs differ from those of other architectures in that theBill Schmidt
2015-01-22[msan] Better use-after-free reports.Evgeniy Stepanov
2014-12-20[sanitizer] fix a performance regression in sanitizer coverage: move a small ...Kostya Serebryany
2014-11-19[MSan] [MIPS] Adding support for MIPS64 (patch by Mohit Bhakkad).Alexey Samsonov
2014-11-10[Sanitizers] Enable stack traces on FreeBSDViktor Kutuzov
2014-11-03[TSan] Use StackTrace from sanitizer_common where applicableAlexey Samsonov
2014-10-27[Sanitizer] Return code that calculates hash for stacktrace back to StackDepo...Alexey Samsonov
2014-10-26Change StackDepot interface to use StackTrace more extensivelyAlexey Samsonov
2014-10-26[Sanitizer] Make StackTrace a lightweight reference to array of PCs, andAlexey Samsonov
2014-07-29[UBSan] Get pc/bp for stack unwinding as early as possible.Alexey Samsonov
2014-07-10Only use fast stack unwinding for sanitizers failure reports on FreeBSDViktor Kutuzov
2014-02-13[sanitizer] AArch64 sanitizer support; patch by Christophe Lyon and Yvan RouxKostya Serebryany
2014-02-11[sanitizer] Use system unwinder in signal handlers on Android.Evgeniy Stepanov
2014-01-21[asan] Enable frame pointer based unwinder on ARM.Evgeniy Stepanov
2013-12-19[ASan] Get rid of ASan-specific functions for printing stack tracesAlexey Samsonov
2013-12-19[Sanitizer] Delete unused StackTrace::PrintStack argumentAlexey Samsonov
2013-12-09Unbreak build by adding an implementation of PopStackFrames function.Richard Smith
2013-12-09Revert three patches which were committed without explicit contributionChandler Carruth
2013-11-15[Sanitizer] Make slow unwinder on Linux more robustAlexey Samsonov
2013-11-13[Sanitizer] Use same PC threshold in slow unwinder on all platformsAlexey Samsonov
2013-11-13[ASan] Do not rely on malloc context in allocator reports.Alexey Samsonov
2013-11-09[Sanitizers] Share some stack walking code between Windows and LinuxTimur Iskhodzhanov
2013-11-07[Sanitizer] Make StackTrace::Unwind the only public way to unwind a stack trace.Alexey Samsonov
2013-11-07[Sanitizer] Call Windows unwinder 'slow' and share StackTrace::Unwind across ...Alexey Samsonov
2013-11-01[ASan] Kill use_stack_depot runtime flag and stack trace compression routines.Alexey Samsonov
2013-11-01Consistently use StackTrace::PrintStack in ASan, LSan and MSanAlexey Samsonov
2013-10-29[Sanitizer] Simplify StackTrace::PrintStack interface: prefer common flags to...Alexey Samsonov
2013-10-14[Sanitizer] Return implementation of StackTrace::CopyFrom to headerAlexey Samsonov
2013-10-12[Sanitizer] Remove StackTrace::max_depth fieldAlexey Samsonov
2013-10-12[Sanitizer] Turn GetStackTrace() into StackTrace::Unwind()Alexey Samsonov
2013-10-11[Sanitizer] StackTrace: kill CopyTo and reimplement CopyFromAlexey Samsonov
2013-10-11[Sanitizer] Simplify StackTrace::FastUnwindStack interface and fix a bug with...Alexey Samsonov
2013-10-04Refactor the usage of strip_path_prefix option and make it more consistent ac...Alexey Samsonov
2013-08-13Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where ...Timur Iskhodzhanov
2013-06-03[asan] ASan Linux MIPS32 support (compiler-rt part), patch by Jyun-Yan YKostya Serebryany
2013-05-08[sanitizer] Move GetStackTrace from ASan to sanitizer_common.Sergey Matveev
2013-02-06[asan] print a short one-line report summary after the full report. Currently...Kostya Serebryany
2012-12-18[Sanitizer] Expose StackTrace::GetPreviousInstructionPc() to get PC of call i...Alexey Samsonov
2012-12-13[asan] pop the internal stack frames in SlowUnwindStack, extend the test to c...Kostya Serebryany
2012-12-13[asan] add two asan flags: fast_unwind_on_fatal and fast_unwind_on_malloc to ...Kostya Serebryany
2012-11-20[asan] more support for powerpc, patch by Peter BergnerKostya Serebryany
2012-09-27Add a missing const qualifier.Evgeniy Stepanov
2012-09-06[asan] increase max stack size to 256 (+test)Kostya Serebryany
2012-08-28[asan] fix the cmake build (hopefully)Kostya Serebryany