summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace.cc
Commit message (Expand)AuthorAgeFilesLines
* Add commentary explaining PPC access to return addressBill Schmidt2015-07-281-0/+3
* PowerPC's ABIs differ from those of other architectures in that theBill Schmidt2015-07-281-0/+8
* Enable memory sanitizer for PPC64Jay Foad2015-06-251-0/+2
* [msan] Better use-after-free reports.Evgeniy Stepanov2015-01-221-1/+1
* [sanitizer] fix a performance regression in sanitizer coverage: move a small ...Kostya Serebryany2014-12-201-15/+0
* [ASan] Allow to atomically modify malloc_context_size at runtime.Alexey Samsonov2014-12-161-1/+1
* [MSan] [MIPS] Adding support for MIPS64 (patch by Mohit Bhakkad).Alexey Samsonov2014-11-191-0/+8
* [TSan] Use StackTrace from sanitizer_common where applicableAlexey Samsonov2014-11-031-0/+9
* [Sanitizer] Make StackTrace a lightweight reference to array of PCs, andAlexey Samsonov2014-10-261-8/+7
* [sanitizer] Fix a crash in FP unwinder on ARM.Evgeniy Stepanov2014-10-141-6/+15
* [UBSan] Adding support of MIPS32Petar Jovanovic2014-09-261-1/+1
* Fix fast stack unwind on ARM to support code generated with GCC.Alexey Samsonov2014-09-031-5/+25
* [sanitizer] Fix build on ARM.Evgeniy Stepanov2014-05-301-1/+2
* [asan] Enable ASan on PowerPC.Evgeniy Stepanov2014-05-301-3/+5
* Use 64-bit pointer to unwind stack for x86-64Kostya Serebryany2014-05-211-7/+7
* Increase threshold in StackTrace::LocatePcInTraceAlexey Samsonov2014-03-051-1/+1
* Fix StackTrace::LocatePcInTrace, add more unit tests for generic StackTraceAlexey Samsonov2014-03-041-1/+1
* Avoid doing any work when unwinding stack traces with 0 or 1 frameAlexey Samsonov2014-03-041-4/+1
* [Sanitizer] Don't use MemoryMappingLayout in StackTrace::PrintStack - it is n...Alexey Samsonov2013-12-251-70/+0
* [Sanitizer] Delete unused StackTrace::PrintStack argumentAlexey Samsonov2013-12-191-17/+1
* [Sanitizer] Implement Symbolizer class on WindowsTimur Iskhodzhanov2013-12-181-0/+3
* [Sanitizers] Rename Symbolizer::SymbolizeCode to Symbolizer::SymbolizePCTimur Iskhodzhanov2013-12-181-1/+1
* [ASan] Fix StackTrace::SlowUnwindStack on WindowsTimur Iskhodzhanov2013-12-101-1/+1
* Unbreak build by adding an implementation of PopStackFrames function.Richard Smith2013-12-091-0/+8
* Revert three patches which were committed without explicit contributionChandler Carruth2013-12-091-19/+8
* Increase the LocatePcInTrace PC threshold now that GET_STACK_TRACE_WITH_PC_AN...Timur Iskhodzhanov2013-11-291-1/+1
* [ASan] Also print <empty stack> when size==0Timur Iskhodzhanov2013-11-291-2/+2
* [Sanitizer] Make slow unwinder on Linux more robustAlexey Samsonov2013-11-151-4/+3
* [Sanitizer] Print symbolized stack frame using a single Printf() call.Alexey Samsonov2013-11-141-17/+24
* [Sanitizer] Use same PC threshold in slow unwinder on all platformsAlexey Samsonov2013-11-131-2/+5
* [Sanitizers] Share some stack walking code between Windows and LinuxTimur Iskhodzhanov2013-11-091-0/+13
* [ASan] Kill use_stack_depot runtime flag and stack trace compression routines.Alexey Samsonov2013-11-011-105/+0
* Consistently use StackTrace::PrintStack in ASan, LSan and MSanAlexey Samsonov2013-11-011-0/+6
* [Sanitizer] Simplify StackTrace::PrintStack interface: prefer common flags to...Alexey Samsonov2013-10-291-2/+2
* Overhaul the symbolizer interface.Peter Collingbourne2013-10-251-3/+4
* [Sanitizer] Return implementation of StackTrace::CopyFrom to headerAlexey Samsonov2013-10-141-6/+0
* [Sanitizer] Remove StackTrace::max_depth fieldAlexey Samsonov2013-10-121-3/+2
* [Sanitizer] Turn GetStackTrace() into StackTrace::Unwind()Alexey Samsonov2013-10-121-2/+0
* [Sanitizer] StackTrace: kill CopyTo and reimplement CopyFromAlexey Samsonov2013-10-111-0/+6
* [Sanitizer] Simplify StackTrace::FastUnwindStack interface and fix a bug with...Alexey Samsonov2013-10-111-2/+8
* Refactor the usage of strip_path_prefix option and make it more consistent ac...Alexey Samsonov2013-10-041-34/+11
* [Sanitizer] Refactor symbolization interface: use class instead of several fu...Alexey Samsonov2013-09-101-3/+3
* [sanitizer] Change strip_path_prefix flag behavior.Sergey Matveev2013-07-221-2/+3
* [asan] fix a rare failure in fast unwinder, found by asan/clang bootstrapKostya Serebryany2013-06-181-0/+1
* Use an address-of operator here to silence an MSVC warning.Peter Collingbourne2013-05-271-1/+1
* [nolibc] Move symbolizer to RTSanitizerCommonLibc, and make it optional using...Peter Collingbourne2013-05-211-1/+1
* [sanitizer] while doing fast unwinding make sure that the frame pointer is al...Kostya Serebryany2013-04-041-0/+1
* [libsanitizer] Unmapping the old cache partially invalidates the memory layou...Alexander Potapenko2013-03-261-1/+1
* [Sanitizer] Change MemoryMappingLayout methods to also report memory protecti...Alexey Samsonov2013-03-131-1/+2
* [Sanitizer] Try to fix infinite loop in frame pointer unwinderReid Kleckner2013-02-201-2/+3
OpenPOWER on IntegriCloud