summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_posix_libcdep.cc
AgeCommit message (Expand)Author
2014-01-31[libsanitizer] Fix compilation for gotsan.Alexander Potapenko
2014-01-31[ASan] Move the SIGSEGV/SIGBUS handling to sanitizer_commonAlexander Potapenko
2014-01-28[ASan] Move the sigaltstack() bits to sanitizer_common.Alexander Potapenko
2013-11-07[Sanitizer] Call Windows unwinder 'slow' and share StackTrace::Unwind across ...Alexey Samsonov
2013-10-12[Sanitizer] Turn GetStackTrace() into StackTrace::Unwind()Alexey Samsonov
2013-10-11[Sanitizer] Simplify StackTrace::FastUnwindStack interface and fix a bug with...Alexey Samsonov
2013-06-06[sanitizer] Do not fall back to SlowUnwindStack() in GetStackTrace()Sergey Matveev
2013-05-21[nolibc] Move libc-dependent sanitizer_posix.cc code to sanitizer_posix_libcd...Peter Collingbourne