summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_stacktrace.h
Commit message (Expand)AuthorAgeFilesLines
* SanitizerCommon: fixes for unwinding & backtrace on SPARCVitaly Buka2019-03-121-1/+1
* Revert "[NFC][Sanitizer] Cleanup ASan's GetStackTrace implementation"Vitaly Buka2019-03-051-5/+0
* [NFC][Sanitizer] Cleanup ASan's GetStackTrace implementationJulian Lettner2019-03-051-0/+5
* [NFC][Sanitizer] Replace last uses of old Unwind APIJulian Lettner2019-03-011-0/+2
* [NFC][Sanitizer] Make GetStackTrace a private method of BufferedStackTraceJulian Lettner2019-03-011-6/+10
* [NFC][Sanitizer] Add new BufferedStackTrace::Unwind APIJulian Lettner2019-03-011-14/+31
* Revert "[NFC][Sanitizer] Add new BufferedStackTrace::Unwind API"Julian Lettner2019-03-011-31/+14
* [NFC][Sanitizer] Add new BufferedStackTrace::Unwind APIJulian Lettner2019-03-011-14/+31
* [NFC][Sanitizer] Pull up GetStackTrace into sanitizer_commonJulian Lettner2019-02-271-0/+6
* Remove overly broad assert from r354717.Richard Trieu2019-02-231-2/+0
* [NFC][Sanitizer] Add argument checks to BufferedStackTrace::Unwind* functionsJulian Lettner2019-02-231-1/+3
* [NFC][Sanitizer] Rename BufferedStackTrace::FastUnwindStackJulian Lettner2019-02-221-5/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [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