summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cc
AgeCommit message (Expand)Author
2017-11-25Plug dlerror() leak for swift_demangleKamil Rytarowski
2017-08-04[compiler-rt] Check for empty buffer in Addr2LineProcess::ReadFromSymbolizerAlex Shlyapnikov
2017-07-24Prefer atos to llvm-symbolizer on DarwinGeorge Karpenkov
2017-07-22[sanitizer_common] Move filesystem-related code out of sanitizer_common.ccVitaly Buka
2017-07-20Revert "[sanitizer_common] Move filesystem-related code out of sanitizer_comm...Vitaly Buka
2017-07-20[sanitizer_common] Move filesystem-related code out of sanitizer_common.ccAlex Shlyapnikov
2017-06-20[Sanitizers] Move cached allocator_may_return_null flag to sanitizer_allocatorAlex Shlyapnikov
2017-02-02[compiler-rt] Fix incorrect use of snprintfVitaly Buka
2016-12-05[sanitizers] __sanitizer_get_module_and_offset_for_pc interface functionMike Aizatsky
2016-12-05Remove a couple of memset usages from TSan, introduced in r288624.Daniel Jasper
2016-12-04[sanitizer] Make atos stdin a non-tty pipe to make sure it's not stuck waitin...Kuba Mracek
2016-09-29Don't use internal symbolizer if we are in process of reporting Out-of-Memory.Vitaly Buka
2016-05-12[sanitizer] Allow nullptr in Swift demanglerKuba Brecka
2016-05-12[sanitizer] Fix a crash when demangling Swift symbols, take 2Kuba Brecka
2016-05-06Revert r268716. This has caused test failures in MSan on Linux.Kuba Brecka
2016-05-06[sanitizer] Fix a crash when demangling Swift symbolsKuba Brecka
2016-04-16[sanitizers] Fixup r266494; make it build on Linux.Anna 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-01-26[sanitizers] extracted process management functionsMike Aizatsky
2016-01-25Revert "[sanitizers] extracted process management functions"Mike Aizatsky
2016-01-25[sanitizers] extracted process management functionsMike Aizatsky
2015-11-25sanitizer_common: remove noisy warning about symbolizer not found.Ivan Krasin
2015-11-20[sanitizer] Implement internal_fork and internal_forkpty for OS XKuba Brecka
2015-11-14Reverting r253080 ([tsan] Don't demangle names not starting with "_Z").Kuba Brecka
2015-11-13[tsan] Don't demangle names not starting with "_Z"Kuba Brecka
2015-10-28sanitizer_common: be more verbose, when symbolizer is not found.Ivan Krasin
2015-09-14Support inline functions symbolization in Addr2Line symbolizer.Alexey Samsonov
2015-08-11Include sanitizer_posix.h to try to fix the mac buildReid Kleckner
2015-08-11[Windows] Use llvm-symbolizer before using dbghelpReid Kleckner
2015-06-23[Sanitizers] Pass the correct arch to the symbolizer for x86_64hFrederic Riss
2015-06-04[ASan] Make binary name reader cross-platform.Yury Gribov
2015-04-21[sanitizer] Plug a memory leak in symbolization code.Sergey Matveev
2015-04-11[Sanitizer] Merge POSIXSymbolizer and WinSymbolizerKuba Brecka
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko
2015-04-09[Sanitizer] Get rid of PlatformGetListOfModulesKuba Brecka
2015-04-06[ASan] Unify handling of loaded modules between POSIX and WindowsTimur Iskhodzhanov
2015-03-26[Sanitizer] Plug a leak in POSIXSymbolizer::FindModuleForAddressTimur Iskhodzhanov
2015-03-22Demangling for DlAddrSymbolizerKuba Brecka
2015-03-22Add AtosSymbolizer and DlAddrSymbolizer as fallbacks for OS XKuba Brecka
2015-03-09Symbolizer refactoring: Merge common parts of POSIXSymbolizer and WinSymbolizerKuba Brecka
2015-03-05Print out which symbolizer are we using when verbosity >= 2Kuba Brecka
2015-03-05Symbolizer refactoring: Link symbolizer tools into a fallback chainKuba Brecka
2015-03-03Symbolizer refactoring: Unify access to symbolizer tools from POSIXSymbolizerKuba Brecka
2015-03-03Symbolizer refactoring: Turn FillAddressAndModuleInfo into FillModuleInfoKuba Brecka
2015-03-02Symbolizer refactoring: Make LibbacktraceSymbolizer adopt the SymbolizerTool ...Kuba Brecka
2015-03-02Symbolizer refactoring: ExtractToken and friendsKuba Brecka
2015-03-02Symbolizer refactoring: Move internals to separate filesKuba Brecka
2015-02-28Symbolizer refactoring: SymbolizerTool and better interfaceKuba Brecka
2015-02-27[compiler-rt] Symbolizer refactoring: Abstract SymbolizerProcess betterKuba Brecka