summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_symbolizer_mac.cc
AgeCommit message (Expand)Author
2016-09-15[compiler-rt] Remove the system includes from __sanitizer namespaceAnna Zaks
2016-09-15[sanitizers] DLAddr Symbolizer should fail if demangle failsAnna Zaks
2016-04-15[sanitizers] Teach the internal demangler about Swift namesAnna Zaks
2016-04-11[sanitizer] Restore stderr when using forkpty() to spawn external symbolizerKuba Brecka
2016-04-03[sanitizer] Make AtosSymbolizer more resilient when symbolicating a zero addressKuba Brecka
2015-11-30[sanitizer] Detect an invalid answer in AtosSymbolizerKuba Brecka
2015-11-25[sanitizer] Fix a crash with DlAddrSymbolizer and unnamed symbolsKuba Brecka
2015-11-13[tsan] Add global symbolication support into AtosSymbolizerKuba Brecka
2015-11-12[tsan] Add global symbolication support into DlAddrSymbolizerKuba Brecka
2015-08-11Speculative fix for Mac buildReid Kleckner
2015-08-11[Windows] Use llvm-symbolizer before using dbghelpReid Kleckner
2015-06-25[asan] Do not unset DYLD_ROOT_PATH before calling atos on DarwinAnna Zaks
2015-03-25[ASan] Suppress the deprecation warning from atos that breaks AtosSymbolizer ...Alexander Potapenko
2015-03-22Demangling for DlAddrSymbolizerKuba Brecka
2015-03-12Adding the implementation of atos and dladdr symbolizers for OS X.Kuba Brecka
2013-09-10[Sanitizer] Refactor symbolization interface: use class instead of several fu...Alexey Samsonov
2013-06-11[Sanitizer] support running external llvm-symbolizer on MacAlexey Samsonov
2013-05-23[ASan] Introduce SymbolizerPrepareForSandboxing(), which is a no-op on every ...Alexander Potapenko
2013-05-14[sanitizer] Filtering in GetListOfModules.Sergey Matveev
2013-04-03[Sanitizer] Kill the remainders of platform defines in favor of SANITIZER_ de...Alexey Samsonov
2013-03-19[sanitizer] More renamed macros.Evgeniy Stepanov
2013-03-19[sanitizer] Replace more platform checks with SANITIZER_ constants.Evgeniy Stepanov
2013-02-26[Sanitizer] Don't die if external symbolizer is used on Mac, where it's not i...Alexey Samsonov
2012-10-09[Sanitizer] Remove unneeded returns after UNIMPLEMENTED macroAlexey Samsonov
2012-08-23[Sanitizer] Switch the symbolization strategy that would be used by sanitizer...Alexey Samsonov
2012-08-14[Sanitizer] move OS-dependent pieces of symbolizer to separate source filesAlexey Samsonov