summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_symbolizer.cc
AgeCommit message (Expand)Author
2017-09-26Invalidate symbolizer module list from dlopen/dlclose interceptorsFrancis Ricci
2017-01-06[sanitizer] Use architecture/slice information when symbolizing fat Mach-O fi...Kuba Mracek
2016-03-01tsan: describe heap/data locations in GoDmitry Vyukov
2016-02-22[Sanitizer] Introduce ListOfModules object and use it to replace GetListOfMod...Alexey Samsonov
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-31[Sanitizer RT] Put the Symbolizer module name string ownership in orderTimur Iskhodzhanov
2015-03-09Symbolizer refactoring: Merge common parts of POSIXSymbolizer and WinSymbolizerKuba Brecka
2015-03-03Symbolizer refactoring: Turn FillAddressAndModuleInfo into FillModuleInfoKuba Brecka
2014-12-02Simplify Symbolizer::SymbolizePC() interface.Alexey Samsonov
2014-09-10[Sanitizer] Get rid of Symbolizer::Get() and Symbolizer::GetOrNull().Alexey Samsonov
2013-10-31[Sanitizer] Add Symbolizer::AddHooks() and use it in TSan and MSan.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-05-21[nolibc] Move symbolizer to RTSanitizerCommonLibc, and make it optional using...Peter Collingbourne
2013-05-14[sanitizer] Filtering in GetListOfModules.Sergey Matveev
2013-04-09[Sanitizer] fix TSan tests: remove global ctor from sanitizer_common, run loa...Alexey Samsonov
2013-04-09[asan] relax Linux/zero-base-shadow.cc to make it pass on newer Ubuntu; fix lintKostya Serebryany
2013-04-08[libsymbolized] If we can't find an address in the list of shared libraries, ...Alexander Potapenko
2013-04-05[Sanitizer] enquote the module name when passing it to external symbolizerAlexey Samsonov
2013-03-19tsan: fix buildDmitry Vyukov
2013-03-19tsan: symbolizer "flush caches" functinalityDmitry Vyukov
2013-02-26[Sanitizer] Don't die if external symbolizer is used on Mac, where it's not i...Alexey Samsonov
2013-01-29tsan: add IsSymbolizerAvailable() function for querying for presence of inter...Dmitry Vyukov
2013-01-24[Sanitizer] use stub InternalSymbolizer on platforms where we don't have weak...Alexey Samsonov
2013-01-24[Sanitizer] Add skeleton for InternalSymbolizer that can be used by providing...Alexey Samsonov
2013-01-11tsan: symbolize global variablesDmitry Vyukov
2012-12-03tsan: describe global vars (module+offset for now)Dmitry Vyukov
2012-10-17[Sanitizer] symbolizer: increase the maximal number of shared libraries to 16KAlexey Samsonov
2012-09-06[Sanitizer] remove unused fieldAlexey Samsonov
2012-09-05[Sanitizer] Remove implicit conversion of InternalScopedBuffer<T> to T*Alexey Samsonov
2012-09-04[Sanitizer] Support for reading inlined frames from llvm-symbolizerAlexey Samsonov
2012-08-31[Sanitizer] fix overloaded operator errorAlexey Samsonov
2012-08-31[Sanitizer] Remove some calls to libc malloc from symbolizerAlexey Samsonov
2012-08-23[Sanitizer] Switch the symbolization strategy that would be used by sanitizer...Alexey Samsonov
2012-07-31[Sanitizer] Wrapper around llvm::DIContext from LLVM DebugInfo library. If a ...Alexey Samsonov
2012-07-19[Sanitizer] When obtaining the data for loaded modules, add address ranges of...Alexey Samsonov
2012-07-03[Sanitizer] Extend a symbolizer code. Implemented for Linux only. Use dl_iter...Alexey Samsonov
2012-06-15[Sanitizer] Use ProcessMaps in symbolizer to get module name and offset for i...Alexey Samsonov
2012-06-07[Sanitizer] Allocator for internal runtime purposes. Currently it calls libcm...Alexey Samsonov
2012-06-04Remove file-type tags in .cc files in tsan/ and sanitizer_common/Alexey Samsonov
2012-06-04[Sanitizer_common] fix filenames in commentsAlexey Samsonov
2012-06-01temporary include stdlib.h in symbolizer to fix Mac/Win buildAlexey Samsonov
2012-06-01Stub files for common symbolizer for AddressSanitizer and ThreadSanitizer tools.Alexey Samsonov