summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_symbolizer_libcdep.cc
Commit message (Expand)AuthorAge
* [Sanitizer] Use SpinMutex for Symbolizer initialization (per dvyukov's sugges...Alexey Samsonov2013-10-30
* [Sanitizer] Revert r193501 and properly fix r193448Alexey Samsonov2013-10-28
* Overhaul the symbolizer interface.Peter Collingbourne2013-10-25
* [Sanitizer] Refactor symbolization interface: use class instead of several fu...Alexey Samsonov2013-09-10
* ASan, LSan, MSan: try to find llvm-symbolizer binary in PATH if it is not pro...Alexey Samsonov2013-09-03
* Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where ...Timur Iskhodzhanov2013-08-13
* Change __sanitizer_symbolize_demangle hook return type to 'int'Alexey Samsonov2013-07-01
* Demangle names using pluggable internal symbolizer if possibleAlexey Samsonov2013-06-28
* Make InternalAlloc/InternalFree in sanitizer runtimes libc-free by switching ...Alexey Samsonov2013-05-29
* [nolibc] Move symbolizer to RTSanitizerCommonLibc, and make it optional using...Peter Collingbourne2013-05-21