summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace.cc
Commit message (Expand)AuthorAgeFilesLines
* compiler-rt: Rename .cc file in lib/sanitizer_common to .cppNico Weber2019-07-311-133/+0
* SanitizerCommon: fixes for unwinding & backtrace on SPARCVitaly Buka2019-03-121-3/+2
* [NFC][Sanitizer] Add TODO commentsJulian Lettner2019-02-271-2/+1
* [NFC][Sanitizer] Comment out argument checksJulian Lettner2019-02-231-2/+2
* [NFC][Sanitizer] Add argument checks to BufferedStackTrace::Unwind* functionsJulian Lettner2019-02-231-1/+3
* [NFC][Sanitizer] Rename BufferedStackTrace::FastUnwindStackJulian Lettner2019-02-221-2/+2
* [Sanitizer] On Darwin `__sanitizer_print_stack_trace` only prints topmost frameJulian Lettner2019-02-181-0/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [sanitizer] Reland "Be more accurate when calculating the previous instructio...Igor Kudrin2018-05-231-1/+2
* [sanitizer] Port fast stack unwinder to sparcv8Walter Lee2018-05-101-1/+6
* Revert "[PowerPC] Fix sanitizer frame unwind on 32-bit ABIs"Juergen Ributzka2017-03-171-14/+7
* [PowerPC] Fix sanitizer frame unwind on 32-bit ABIsBill Seurer2017-03-161-7/+14
* [asan] Fix comparison in BufferedStackTrace::LocatePcInTraceVitaly Buka2017-01-051-11/+6
* Adding a comment to explain r273886 ("Stop unwinding the stack when a close-t...Kuba Brecka2016-06-281-0/+3
* [sanitizer] Stop unwinding the stack when a close-to-zero PC is foundKuba Brecka2016-06-271-0/+3
* [LSAN] Fix test swapcontext.cc on MIPSSagar Thakur2016-05-181-5/+0
* Revert "[LSAN] Fix test swapcontext.cc on MIPS"Renato Golin2016-04-221-0/+5
* [asan] Increase LocatePcInTrace threshold.Evgeniy Stepanov2016-04-201-1/+1
* [LSAN] Fix test swapcontext.cc on MIPSSagar Thakur2016-04-191-5/+0
* [sanitizer] [SystemZ] Fix stack traces.Marcin Koscielnicki2016-04-141-0/+2
* [Sanitizer] Increase kPcThreshold in slow unwinder after r254395.Alexey Samsonov2015-12-011-1/+1
* 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
OpenPOWER on IntegriCloud