summaryrefslogtreecommitdiff
path: root/lib/asan/asan_stack.cc
AgeCommit message (Expand)Author
2014-12-16[ASan] Allow to atomically modify malloc_context_size at runtime.Alexey Samsonov
2013-12-19[ASan] Get rid of ASan-specific functions for printing stack tracesAlexey Samsonov
2013-12-19[ASan] Get rid of __asan_symbolize functionAlexey Samsonov
2013-12-18[Sanitizer] Implement Symbolizer class on WindowsTimur Iskhodzhanov
2013-12-04[ASan] Return interface attribute to __sanitizer_print_stack_traceAlexey Samsonov
2013-12-03[asan] Fix build error.Sergey Matveev
2013-12-03[sanitizer] Expose __sanitizer_print_stack_trace().Sergey Matveev
2013-11-01Consistently use StackTrace::PrintStack in ASan, LSan and MSanAlexey Samsonov
2013-10-29[Sanitizer] Simplify StackTrace::PrintStack interface: prefer common flags to...Alexey Samsonov
2013-10-28asan/msan: separate different report blocks with new linesDmitry Vyukov
2013-10-18[asan] fix stack trace printing on MacKostya Serebryany
2013-10-18[asan] reduce the size of AsanThreadContext by storing the stack trace in the...Kostya Serebryany
2013-10-04Refactor the usage of strip_path_prefix option and make it more consistent ac...Alexey Samsonov
2013-08-13Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where ...Timur Iskhodzhanov
2013-05-06[asan] Common flags in ASan.Sergey Matveev
2013-03-19[sanitizer] Replace more platform checks with SANITIZER_ constants.Evgeniy Stepanov
2013-01-31[ASan] Split ASan interface header into private and public parts. Add a test ...Alexey Samsonov
2012-12-07ASan: change the strategy we use for installing malloc/free/symbolization hoo...Alexey Samsonov
2012-10-02[Sanitizer/ASan] Simplify the code that prints and symbolizes stack traces. F...Alexey Samsonov
2012-08-29Relocate the external headers provided by ASan and the common sanitizerChandler Carruth
2012-08-28[asan] actually move StackTrace to sanitizer_commonKostya Serebryany
2012-08-28[asan] even more refactoring to move StackTrace to sanitizer_commonKostya Serebryany
2012-08-28[asan] more refactoring to move StackTrace to sanitizer_commonKostya Serebryany
2012-08-28[asan] some renaming before we move StackTrace into sanitizer_commonKostya Serebryany
2012-08-28[asan] get rid of AsanPrintf in favor of Printf from sanitizer_commonKostya Serebryany
2012-08-27[Sanitizer] Rename ProcessMaps to MemoryMappingLayout and fix Windows build b...Alexey Samsonov
2012-08-22[ASan] get rid of ASAN_USE_EXTERNAL_SYMBOLIZER compiler def in favor of __asa...Alexey Samsonov
2012-08-15Patch the frame address regardless of the frame number.Alexander Potapenko
2012-08-15Use SANITIZER_INTERFACE_ATTRIBUTE instead of __attribute__((visibility("defau...Alexander Potapenko
2012-08-06[ASan] add new ASan option 'strip_path_prefix' to remove useless prefices fro...Alexey Samsonov
2012-07-19[ASan] subtract one from PCs in ASan error reports (as they originally contai...Alexey Samsonov
2012-07-09[ASan] Use common flags parsing machinery.Alexey Samsonov
2012-07-04[ASan] Minor fix in symbolizer output.Alexey Samsonov
2012-07-03[Sanitizer] Extend a symbolizer code. Implemented for Linux only. Use dl_iter...Alexey Samsonov
2012-06-15[Sanitizer] Use ProcessMaps in symbolizer to get module name and offset for i...Alexey Samsonov
2012-06-14[ASan] don't include deleted headerAlexey Samsonov
2012-06-07[Sanitizer] __asan::AsanProcMaps -> __sanitizer::ProcessMaps.Alexey Samsonov
2012-06-06[Sanitizer]: Introduce a common internal printf function. For now, also use t...Alexey Samsonov
2012-06-05[Sanitizer] remove using namespace __sanitizer linesAlexey Samsonov
2012-06-04Remove file-type tags for .cc files in ASan run-time libraryAlexey Samsonov
2012-06-04[ASan] Use ASan option symbolize to turn on internal symbolizer (in development)Alexey Samsonov
2012-05-31[asan] more renamingKostya Serebryany
2012-05-31[asan] more renamingKostya Serebryany
2012-03-21[asan] Support for %z to Printf()Evgeniy Stepanov
2012-03-08[asan]: fix off-by-one error in stack unwinder (asan issue #44; reproduced th...Kostya Serebryany
2012-02-08AddressSanitizer: replace all "real_X" calls with "REAL(X)"Alexey Samsonov
2012-01-19EHABI-based stack trace on ARM.Evgeniy Stepanov
2012-01-18Delete sysinfo/* and all references to it.Alexander Potapenko
2012-01-09[asan] fix mac build once moreKostya Serebryany
2012-01-05[asan] use dl_iterate_phdr for pre-symbolization on linux instead of parsing ...Kostya Serebryany