summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_symbolizer_libcdep.cc
AgeCommit message (Expand)Author
2016-04-26[sanitizer] [SystemZ] Add ptrace support bits.Marcin Koscielnicki
2016-03-09sanitizer: Fix endianness checks for gccAlexey Samsonov
2016-02-22[Sanitizer] Introduce ListOfModules object and use it to replace GetListOfMod...Alexey Samsonov
2016-02-02[asan] Add iOS support.Anna Zaks
2016-01-15sanitizer_common: C++ify the IntrusiveList iterator interface.Peter Collingbourne
2015-08-11[Windows] Use llvm-symbolizer before using dbghelpReid Kleckner
2015-04-09[Sanitizer] Get rid of PlatformGetListOfModulesKuba Brecka
2015-03-12Adding the implementation of atos and dladdr symbolizers for OS X.Kuba Brecka
2015-03-09Symbolizer refactoring: Merge common parts of POSIXSymbolizer and WinSymbolizerKuba Brecka
2015-03-02Symbolizer refactoring: ExtractToken and friendsKuba Brecka
2015-03-02Symbolizer refactoring: Move internals to separate filesKuba Brecka
2014-07-26Satisfy -Wparentheses.Nick Lewycky
2014-07-26[Sanitizer] Simplify Symbolizer creation interface.Alexey Samsonov
2013-10-30[Sanitizer] Use SpinMutex for Symbolizer initialization (per dvyukov's sugges...Alexey Samsonov
2013-10-28[Sanitizer] Revert r193501 and properly fix r193448Alexey Samsonov
2013-10-25Overhaul the symbolizer interface.Peter Collingbourne
2013-09-10[Sanitizer] Refactor symbolization interface: use class instead of several fu...Alexey Samsonov
2013-09-03ASan, LSan, MSan: try to find llvm-symbolizer binary in PATH if it is not pro...Alexey Samsonov
2013-08-13Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where ...Timur Iskhodzhanov
2013-07-01Change __sanitizer_symbolize_demangle hook return type to 'int'Alexey Samsonov
2013-06-28Demangle names using pluggable internal symbolizer if possibleAlexey Samsonov
2013-05-29Make InternalAlloc/InternalFree in sanitizer runtimes libc-free by switching ...Alexey Samsonov
2013-05-21[nolibc] Move symbolizer to RTSanitizerCommonLibc, and make it optional using...Peter Collingbourne