summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_stacktrace_libcdep.cc
AgeCommit message (Expand)Author
2017-07-10Do not crash with missing symbolication when running in DEDUP modeGeorge Karpenkov
2016-12-05[sanitizers] __sanitizer_get_module_and_offset_for_pc interface functionMike Aizatsky
2016-09-19[sanitizer] rename __sanitizer_symbolize_data to __sanitizer_symbolize_global...Kostya Serebryany
2016-09-19[sanitizer] add __sanitizer_symbolize_data (can only print the names of the g...Kostya Serebryany
2016-09-15[sanitizer] Fixup 2: Do not introduce __sanitizer namespace globallyAnna Zaks
2016-09-15[compiler-rt] Do not introduce __sanitizer namespace globallyAnna Zaks
2016-09-09[sanitizer] fix a potential buffer overflow due to __sanitizer_symbolize_pc (...Kostya Serebryany
2016-08-25[sanitizer] add __sanitizer_symbolize_pc. https://github.com/google/sanitizer...Kostya Serebryany
2016-05-28[sanitizers] introduce a common run-time option dedup_token_length to help wi...Kostya Serebryany
2015-07-02[sanitizer] add #ifdefs around slow unwinder to fix OS X debug buildKuba Brecka
2015-06-04[sanitizer_common] Added VS-style output for source locationsFilipe Cabecinhas
2015-01-22[msan] Better use-after-free reports.Evgeniy Stepanov
2014-12-02Simplify Symbolizer::SymbolizePC() interface.Alexey Samsonov
2014-11-06[Sanitizer] Introduce "stack_trace_format" runtime flag.Alexey Samsonov
2014-11-05[Sanitizer] Introduce generic stack frame rendering machineryAlexey Samsonov
2014-10-26[Sanitizer] Make StackTrace a lightweight reference to array of PCs, andAlexey Samsonov
2014-10-20Remove unused local variableAlexey Samsonov
2014-05-23[sanitizer] Make stack traces from dlclose()'d modules more meaningful.Sergey Matveev
2014-03-04Avoid doing any work when unwinding stack traces with 0 or 1 frameAlexey Samsonov
2014-02-11[sanitizer] Fix build.Evgeniy Stepanov
2014-02-11[sanitizer] Use system unwinder in signal handlers on Android.Evgeniy Stepanov
2013-12-25[Sanitizer] Don't use MemoryMappingLayout in StackTrace::PrintStack - it is n...Alexey Samsonov
2013-11-13[ASan] Do not rely on malloc context in allocator reports.Alexey Samsonov
2013-11-07[Sanitizer] Make StackTrace::Unwind the only public way to unwind a stack trace.Alexey Samsonov
2013-11-07[Sanitizer] Call Windows unwinder 'slow' and share StackTrace::Unwind across ...Alexey Samsonov