summaryrefslogtreecommitdiff
path: root/lib/asan/asan_stack.h
Commit message (Expand)AuthorAgeFilesLines
* compiler-rt: Rename .cc file in lib/asan to .cppNico Weber2019-08-011-1/+1
* [NFC][Sanitizer] Add new BufferedStackTrace::Unwind APIJulian Lettner2019-03-011-6/+6
* Revert "[NFC][Sanitizer] Add new BufferedStackTrace::Unwind API"Julian Lettner2019-03-011-6/+6
* [NFC][Sanitizer] Add new BufferedStackTrace::Unwind APIJulian Lettner2019-03-011-6/+6
* [NFC][Sanitizer] Pull up GetStackTrace into sanitizer_commonJulian Lettner2019-02-271-31/+0
* [NFC][Sanitizer] Hard-code fast/slow unwinder at call siteJulian Lettner2019-02-271-3/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [sanitizers] Rename GetStackTraceWithPcBpAndContextVitaly Buka2017-11-091-26/+22
* [asan] Remove ScopedDeadlySignalVitaly Buka2017-09-181-6/+0
* Fix constant-logical-operand warning.David Blaikie2017-09-011-2/+3
* Add NetBSD support in asan_stack.hKamil Rytarowski2017-08-071-1/+2
* [LSAN] Fix test swapcontext.cc on MIPSSagar Thakur2016-05-181-1/+4
* Revert "[LSAN] Fix test swapcontext.cc on MIPS"Renato Golin2016-04-221-4/+1
* [LSAN] Fix test swapcontext.cc on MIPSSagar Thakur2016-04-191-1/+4
* [compiler-rt] Apply modernize-use-nullptr fixes in sanitizersVedant Kumar2015-10-011-4/+5
* [ASan] Allow to atomically modify malloc_context_size at runtime.Alexey Samsonov2014-12-161-3/+7
* [Asan] Pack signal context into a structureViktor Kutuzov2014-11-251-2/+3
* [Sanitizers] Enable stack traces on FreeBSDViktor Kutuzov2014-11-101-0/+4
* [Sanitizer] Make StackTrace a lightweight reference to array of PCs, andAlexey Samsonov2014-10-261-7/+8
* [asan] Add fast_unwind_on_check flag.Evgeniy Stepanov2014-10-141-0/+9
* [asan] use some LIKELY/UNLIKELYKostya Serebryany2014-05-141-1/+1
* Fix StackTrace::LocatePcInTrace, add more unit tests for generic StackTraceAlexey Samsonov2014-03-041-2/+2
* [ASan] Speed up stack trace unwinding for stacks of size 2.Alexey Samsonov2014-03-041-27/+43
* [sanitizer] Use system unwinder in signal handlers on Android.Evgeniy Stepanov2014-02-111-12/+16
* [ASan] Get rid of ASan-specific functions for printing stack tracesAlexey Samsonov2013-12-191-8/+1
* [sanitizer] Expose __sanitizer_print_stack_trace().Sergey Matveev2013-12-031-5/+4
* Fix current stack unwinding when using DRASanTimur Iskhodzhanov2013-11-291-11/+16
* [asan] reduce the size of AsanThreadContext by storing the stack trace in the...Kostya Serebryany2013-10-181-0/+1
* [Sanitizer] Turn GetStackTrace() into StackTrace::Unwind()Alexey Samsonov2013-10-121-2/+2
* [asan] Fix deadlock in stack unwinder on android/x86.Evgeniy Stepanov2013-09-121-13/+13
* [sanitizer] Move GetStackTrace from ASan to sanitizer_common.Sergey Matveev2013-05-081-3/+17
* [asan] Common flags in ASan.Sergey Matveev2013-05-061-9/+10
* [asan] add two asan flags: fast_unwind_on_fatal and fast_unwind_on_malloc to ...Kostya Serebryany2012-12-131-10/+22
* [asan] actually move StackTrace to sanitizer_commonKostya Serebryany2012-08-281-55/+1
* [asan] even more refactoring to move StackTrace to sanitizer_commonKostya Serebryany2012-08-281-6/+8
* [asan] more refactoring to move StackTrace to sanitizer_commonKostya Serebryany2012-08-281-4/+6
* [asan] some renaming before we move StackTrace into sanitizer_commonKostya Serebryany2012-08-281-6/+6
* [ASan] Use common flags parsing machinery.Alexey Samsonov2012-07-091-2/+2
* Lots of trivial changes to remove extraneous semicolons throughout ASan.Chandler Carruth2012-06-251-5/+5
* [asan] more renamingKostya Serebryany2012-05-311-2/+2
* [asan] more renamingKostya Serebryany2012-05-311-24/+24
* [asan] fix unwinding inside libc intercepors (asan issue #46)Kostya Serebryany2012-03-151-0/+16
* EHABI-based stack trace on ARM.Evgeniy Stepanov2012-01-191-24/+14
* AddressSanitizer: create AsanThreadSummary together with AsanThread (in paren...Alexey Samsonov2012-01-171-0/+4
* AddressSanitizer run-time library. Not yet integrated with the compiler-rt bu...Kostya Serebryany2011-11-301-0/+94