summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_stacktrace.cc
AgeCommit message (Expand)Author
2017-03-17Revert "[PowerPC] Fix sanitizer frame unwind on 32-bit ABIs"Juergen Ributzka
2017-03-16[PowerPC] Fix sanitizer frame unwind on 32-bit ABIsBill Seurer
2017-01-05[asan] Fix comparison in BufferedStackTrace::LocatePcInTraceVitaly Buka
2016-06-28Adding a comment to explain r273886 ("Stop unwinding the stack when a close-t...Kuba Brecka
2016-06-27[sanitizer] Stop unwinding the stack when a close-to-zero PC is foundKuba Brecka
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-20[asan] Increase LocatePcInTrace threshold.Evgeniy Stepanov
2016-04-19[LSAN] Fix test swapcontext.cc on MIPSSagar Thakur
2016-04-14[sanitizer] [SystemZ] Fix stack traces.Marcin Koscielnicki
2015-12-01[Sanitizer] Increase kPcThreshold in slow unwinder after r254395.Alexey Samsonov
2015-07-28Add commentary explaining PPC access to return addressBill Schmidt
2015-07-28PowerPC's ABIs differ from those of other architectures in that theBill Schmidt
2015-06-25Enable memory sanitizer for PPC64Jay Foad
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-12-16[ASan] Allow to atomically modify malloc_context_size at runtime.Alexey Samsonov
2014-11-19[MSan] [MIPS] Adding support for MIPS64 (patch by Mohit Bhakkad).Alexey Samsonov
2014-11-03[TSan] Use StackTrace from sanitizer_common where applicableAlexey Samsonov
2014-10-26[Sanitizer] Make StackTrace a lightweight reference to array of PCs, andAlexey Samsonov
2014-10-14[sanitizer] Fix a crash in FP unwinder on ARM.Evgeniy Stepanov
2014-09-26[UBSan] Adding support of MIPS32Petar Jovanovic
2014-09-03Fix fast stack unwind on ARM to support code generated with GCC.Alexey Samsonov
2014-05-30[sanitizer] Fix build on ARM.Evgeniy Stepanov
2014-05-30[asan] Enable ASan on PowerPC.Evgeniy Stepanov
2014-05-21Use 64-bit pointer to unwind stack for x86-64Kostya Serebryany
2014-03-05Increase threshold in StackTrace::LocatePcInTraceAlexey Samsonov
2014-03-04Fix StackTrace::LocatePcInTrace, add more unit tests for generic StackTraceAlexey Samsonov
2014-03-04Avoid doing any work when unwinding stack traces with 0 or 1 frameAlexey Samsonov
2013-12-25[Sanitizer] Don't use MemoryMappingLayout in StackTrace::PrintStack - it is n...Alexey Samsonov
2013-12-19[Sanitizer] Delete unused StackTrace::PrintStack argumentAlexey Samsonov
2013-12-18[Sanitizer] Implement Symbolizer class on WindowsTimur Iskhodzhanov
2013-12-18[Sanitizers] Rename Symbolizer::SymbolizeCode to Symbolizer::SymbolizePCTimur Iskhodzhanov
2013-12-10[ASan] Fix StackTrace::SlowUnwindStack on WindowsTimur Iskhodzhanov
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-29Increase the LocatePcInTrace PC threshold now that GET_STACK_TRACE_WITH_PC_AN...Timur Iskhodzhanov
2013-11-29[ASan] Also print <empty stack> when size==0Timur Iskhodzhanov
2013-11-15[Sanitizer] Make slow unwinder on Linux more robustAlexey Samsonov
2013-11-14[Sanitizer] Print symbolized stack frame using a single Printf() call.Alexey Samsonov
2013-11-13[Sanitizer] Use same PC threshold in slow unwinder on all platformsAlexey Samsonov
2013-11-09[Sanitizers] Share some stack walking code between Windows and LinuxTimur Iskhodzhanov
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-25Overhaul the symbolizer interface.Peter Collingbourne
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