summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_symbolizer_mac.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert r324847, there's bot failures.Kuba Mracek2018-02-111-1/+1
* [compiler-rt] Replace forkpty with posix_spawnKuba Mracek2018-02-111-1/+1
* [compiler-rt] Remove the system includes from __sanitizer namespaceAnna Zaks2016-09-151-2/+2
* [sanitizers] DLAddr Symbolizer should fail if demangle failsAnna Zaks2016-09-151-1/+2
* [sanitizers] Teach the internal demangler about Swift namesAnna Zaks2016-04-151-2/+2
* [sanitizer] Restore stderr when using forkpty() to spawn external symbolizerKuba Brecka2016-04-111-23/+0
* [sanitizer] Make AtosSymbolizer more resilient when symbolicating a zero addressKuba Brecka2016-04-031-0/+1
* [sanitizer] Detect an invalid answer in AtosSymbolizerKuba Brecka2015-11-301-0/+6
* [sanitizer] Fix a crash with DlAddrSymbolizer and unnamed symbolsKuba Brecka2015-11-251-1/+1
* [tsan] Add global symbolication support into AtosSymbolizerKuba Brecka2015-11-131-15/+40
* [tsan] Add global symbolication support into DlAddrSymbolizerKuba Brecka2015-11-121-2/+8
* Speculative fix for Mac buildReid Kleckner2015-08-111-1/+1
* [Windows] Use llvm-symbolizer before using dbghelpReid Kleckner2015-08-111-9/+14
* [asan] Do not unset DYLD_ROOT_PATH before calling atos on DarwinAnna Zaks2015-06-251-3/+0
* [ASan] Suppress the deprecation warning from atos that breaks AtosSymbolizer ...Alexander Potapenko2015-03-251-1/+9
* Demangling for DlAddrSymbolizerKuba Brecka2015-03-221-1/+2
* Adding the implementation of atos and dladdr symbolizers for OS X.Kuba Brecka2015-03-121-0/+142
* [Sanitizer] Refactor symbolization interface: use class instead of several fu...Alexey Samsonov2013-09-101-62/+0
* [Sanitizer] support running external llvm-symbolizer on MacAlexey Samsonov2013-06-111-8/+30
* [ASan] Introduce SymbolizerPrepareForSandboxing(), which is a no-op on every ...Alexander Potapenko2013-05-231-0/+4
* [sanitizer] Filtering in GetListOfModules.Sergey Matveev2013-05-141-1/+2
* [Sanitizer] Kill the remainders of platform defines in favor of SANITIZER_ de...Alexey Samsonov2013-04-031-2/+3
* [sanitizer] More renamed macros.Evgeniy Stepanov2013-03-191-1/+1
* [sanitizer] Replace more platform checks with SANITIZER_ constants.Evgeniy Stepanov2013-03-191-0/+2
* [Sanitizer] Don't die if external symbolizer is used on Mac, where it's not i...Alexey Samsonov2013-02-261-1/+2
* [Sanitizer] Remove unneeded returns after UNIMPLEMENTED macroAlexey Samsonov2012-10-091-2/+0
* [Sanitizer] Switch the symbolization strategy that would be used by sanitizer...Alexey Samsonov2012-08-231-3/+3
* [Sanitizer] move OS-dependent pieces of symbolizer to separate source filesAlexey Samsonov2012-08-141-0/+33