summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/asan/asan_stack.cc
Commit message (Expand)AuthorAgeFilesLines
* compiler-rt: Rename .cc file in lib/asan to .cppNico Weber2019-08-011-88/+0
* [NFC] Simplify BufferedStackTrace::UnwindImplVitaly Buka2019-03-051-17/+8
* [NFC] Move isUnwinding check into ScopedUnwindingVitaly Buka2019-03-051-6/+19
* [NFC] Move ScopedUnwinding from .h to .ccVitaly Buka2019-03-051-0/+14
* [NFC] Reorder ifs in BufferedStackTrace::UnwindImplVitaly Buka2019-03-051-12/+16
* [NFC] Return on SANITIZER_MIPS && !IsValidFrameVitaly Buka2019-03-051-6/+6
* [NFC] Put bp into Unwind(.. false) for consistencyVitaly Buka2019-03-051-2/+2
* [NFC] Move asan_inited and size reset on top of ::UnwindImplVitaly Buka2019-03-051-16/+16
* Revert "[NFC][Sanitizer] Cleanup ASan's GetStackTrace implementation"Vitaly Buka2019-03-051-14/+19
* [NFC][Sanitizer] Cleanup ASan's GetStackTrace implementationJulian Lettner2019-03-051-19/+14
* [NFC][Sanitizer][Windows] Fix refactoring oversightJulian Lettner2019-03-011-1/+1
* [NFC][Sanitizer] Make GetStackTrace a private method of BufferedStackTraceJulian Lettner2019-03-011-9/+8
* [NFC][Sanitizer] Pull up GetStackTrace into sanitizer_commonJulian Lettner2019-02-271-0/+28
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [ASan] Allow to atomically modify malloc_context_size at runtime.Alexey Samsonov2014-12-161-0/+15
* [ASan] Get rid of ASan-specific functions for printing stack tracesAlexey Samsonov2013-12-191-14/+0
* [ASan] Get rid of __asan_symbolize functionAlexey Samsonov2013-12-191-17/+1
* [Sanitizer] Implement Symbolizer class on WindowsTimur Iskhodzhanov2013-12-181-1/+1
* [ASan] Return interface attribute to __sanitizer_print_stack_traceAlexey Samsonov2013-12-041-1/+4
* [asan] Fix build error.Sergey Matveev2013-12-031-1/+0
* [sanitizer] Expose __sanitizer_print_stack_trace().Sergey Matveev2013-12-031-0/+6
* Consistently use StackTrace::PrintStack in ASan, LSan and MSanAlexey Samsonov2013-11-011-5/+0
* [Sanitizer] Simplify StackTrace::PrintStack interface: prefer common flags to...Alexey Samsonov2013-10-291-3/+2
* asan/msan: separate different report blocks with new linesDmitry Vyukov2013-10-281-1/+3
* [asan] fix stack trace printing on MacKostya Serebryany2013-10-181-0/+4
* [asan] reduce the size of AsanThreadContext by storing the stack trace in the...Kostya Serebryany2013-10-181-2/+5
* Refactor the usage of strip_path_prefix option and make it more consistent ac...Alexey Samsonov2013-10-041-2/+2
* Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where ...Timur Iskhodzhanov2013-08-131-1/+1
* [asan] Common flags in ASan.Sergey Matveev2013-05-061-2/+3
* [sanitizer] Replace more platform checks with SANITIZER_ constants.Evgeniy Stepanov2013-03-191-1/+1
* [ASan] Split ASan interface header into private and public parts. Add a test ...Alexey Samsonov2013-01-311-1/+1
* ASan: change the strategy we use for installing malloc/free/symbolization hoo...Alexey Samsonov2012-12-071-2/+8
* [Sanitizer/ASan] Simplify the code that prints and symbolizes stack traces. F...Alexey Samsonov2012-10-021-8/+9
* Relocate the external headers provided by ASan and the common sanitizerChandler Carruth2012-08-291-1/+1
* [asan] actually move StackTrace to sanitizer_commonKostya Serebryany2012-08-281-205/+1
* [asan] even more refactoring to move StackTrace to sanitizer_commonKostya Serebryany2012-08-281-16/+23
* [asan] more refactoring to move StackTrace to sanitizer_commonKostya Serebryany2012-08-281-12/+4
* [asan] some renaming before we move StackTrace into sanitizer_commonKostya Serebryany2012-08-281-11/+9
* [asan] get rid of AsanPrintf in favor of Printf from sanitizer_commonKostya Serebryany2012-08-281-8/+8
* [Sanitizer] Rename ProcessMaps to MemoryMappingLayout and fix Windows build b...Alexey Samsonov2012-08-271-1/+1
* [ASan] get rid of ASAN_USE_EXTERNAL_SYMBOLIZER compiler def in favor of __asa...Alexey Samsonov2012-08-221-20/+21
* Patch the frame address regardless of the frame number.Alexander Potapenko2012-08-151-6/+2
* Use SANITIZER_INTERFACE_ATTRIBUTE instead of __attribute__((visibility("defau...Alexander Potapenko2012-08-151-0/+2
* [ASan] add new ASan option 'strip_path_prefix' to remove useless prefices fro...Alexey Samsonov2012-08-061-5/+17
* [ASan] subtract one from PCs in ASan error reports (as they originally contai...Alexey Samsonov2012-07-191-2/+16
* [ASan] Use common flags parsing machinery.Alexey Samsonov2012-07-091-1/+1
* [ASan] Minor fix in symbolizer output.Alexey Samsonov2012-07-041-1/+1
* [Sanitizer] Extend a symbolizer code. Implemented for Linux only. Use dl_iter...Alexey Samsonov2012-07-031-2/+8
* [Sanitizer] Use ProcessMaps in symbolizer to get module name and offset for i...Alexey Samsonov2012-06-151-11/+16
* [ASan] don't include deleted headerAlexey Samsonov2012-06-141-1/+0
OpenPOWER on IntegriCloud