summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_stacktrace.h
Commit message (Expand)AuthorAgeFilesLines
* [Sanitizers] Disable SANITIZER_CAN_FAST_UNWIND on all SPARC targetsRainer Orth2018-11-051-1/+1
* [sanitizer] Reland "Be more accurate when calculating the previous instructio...Igor Kudrin2018-05-231-4/+5
* [sanitizer] Trivial portion of the port to Myriad RTEMSWalter Lee2018-05-181-1/+1
* Revert "[sanitizer] Be more accurate when calculating the previous instructio...Igor Kudrin2018-05-081-5/+4
* [sanitizer] Be more accurate when calculating the previous instruction addres...Igor Kudrin2018-05-071-4/+5
* OpenBSD UBsan support enabling SANITIZER_OPENBSD widelyKamil Rytarowski2018-03-031-1/+3
* [sanitizer] Add BufferedStackTrace::Reset()Vitaly Buka2017-09-141-2/+7
* [LSAN] Fix test swapcontext.cc on MIPSSagar Thakur2016-05-181-0/+5
* Revert "[LSAN] Fix test swapcontext.cc on MIPS"Renato Golin2016-04-221-5/+0
* [LSAN] Fix test swapcontext.cc on MIPSSagar Thakur2016-04-191-0/+5
* [libsanitizer] Fix bugs and wiki links to point to GitHub.Alexander Potapenko2015-12-041-1/+1
* [MSan] Enable MSAN for aarch64Adhemerval Zanella2015-09-161-2/+1
* PowerPC's ABIs differ from those of other architectures in that theBill Schmidt2015-07-281-2/+1
* [msan] Better use-after-free reports.Evgeniy Stepanov2015-01-221-8/+16
* [sanitizer] fix a performance regression in sanitizer coverage: move a small ...Kostya Serebryany2014-12-201-1/+18
* [MSan] [MIPS] Adding support for MIPS64 (patch by Mohit Bhakkad).Alexey Samsonov2014-11-191-0/+1
* [Sanitizers] Enable stack traces on FreeBSDViktor Kutuzov2014-11-101-5/+10
* [TSan] Use StackTrace from sanitizer_common where applicableAlexey Samsonov2014-11-031-0/+4
* [Sanitizer] Return code that calculates hash for stacktrace back to StackDepo...Alexey Samsonov2014-10-271-21/+0
* Change StackDepot interface to use StackTrace more extensivelyAlexey Samsonov2014-10-261-0/+22
* [Sanitizer] Make StackTrace a lightweight reference to array of PCs, andAlexey Samsonov2014-10-261-19/+17
* [UBSan] Get pc/bp for stack unwinding as early as possible.Alexey Samsonov2014-07-291-0/+4
* Only use fast stack unwinding for sanitizers failure reports on FreeBSDViktor Kutuzov2014-07-101-1/+4
* [sanitizer] AArch64 sanitizer support; patch by Christophe Lyon and Yvan RouxKostya Serebryany2014-02-131-2/+3
* [sanitizer] Use system unwinder in signal handlers on Android.Evgeniy Stepanov2014-02-111-1/+3
* [asan] Enable frame pointer based unwinder on ARM.Evgeniy Stepanov2014-01-211-4/+2
* [ASan] Get rid of ASan-specific functions for printing stack tracesAlexey Samsonov2013-12-191-0/+3
* [Sanitizer] Delete unused StackTrace::PrintStack argumentAlexey Samsonov2013-12-191-2/+1
* Unbreak build by adding an implementation of PopStackFrames function.Richard Smith2013-12-091-0/+1
* Revert three patches which were committed without explicit contributionChandler Carruth2013-12-091-1/+0
* [Sanitizer] Make slow unwinder on Linux more robustAlexey Samsonov2013-11-151-1/+1
* [Sanitizer] Use same PC threshold in slow unwinder on all platformsAlexey Samsonov2013-11-131-1/+1
* [ASan] Do not rely on malloc context in allocator reports.Alexey Samsonov2013-11-131-0/+2
* [Sanitizers] Share some stack walking code between Windows and LinuxTimur Iskhodzhanov2013-11-091-0/+1
* [Sanitizer] Make StackTrace::Unwind the only public way to unwind a stack trace.Alexey Samsonov2013-11-071-6/+15
* [Sanitizer] Call Windows unwinder 'slow' and share StackTrace::Unwind across ...Alexey Samsonov2013-11-071-2/+4
* [ASan] Kill use_stack_depot runtime flag and stack trace compression routines.Alexey Samsonov2013-11-011-5/+0
* 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