summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/asan/asan_stack.cc
Commit message (Expand)AuthorAgeFilesLines
* [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
* [Sanitizer] __asan::AsanProcMaps -> __sanitizer::ProcessMaps.Alexey Samsonov2012-06-071-1/+2
* [Sanitizer]: Introduce a common internal printf function. For now, also use t...Alexey Samsonov2012-06-061-7/+7
* [Sanitizer] remove using namespace __sanitizer linesAlexey Samsonov2012-06-051-2/+0
* Remove file-type tags for .cc files in ASan run-time libraryAlexey Samsonov2012-06-041-1/+1
* [ASan] Use ASan option symbolize to turn on internal symbolizer (in development)Alexey Samsonov2012-06-041-4/+23
* [asan] more renamingKostya Serebryany2012-05-311-6/+6
* [asan] more renamingKostya Serebryany2012-05-311-36/+36
* [asan] Support for %z to Printf()Evgeniy Stepanov2012-03-211-10/+10
* [asan]: fix off-by-one error in stack unwinder (asan issue #44; reproduced th...Kostya Serebryany2012-03-081-1/+1
* AddressSanitizer: replace all "real_X" calls with "REAL(X)"Alexey Samsonov2012-02-081-2/+2
* EHABI-based stack trace on ARM.Evgeniy Stepanov2012-01-191-8/+0
* Delete sysinfo/* and all references to it.Alexander Potapenko2012-01-181-94/+4
* [asan] fix mac build once moreKostya Serebryany2012-01-091-2/+0
* [asan] use dl_iterate_phdr for pre-symbolization on linux instead of parsing ...Kostya Serebryany2012-01-051-14/+5
OpenPOWER on IntegriCloud