summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_stacktrace_libcdep.cc
AgeCommit message (Expand)Author
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