summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_symbolizer.h
AgeCommit message (Expand)Author
2017-01-06[sanitizer] Use architecture/slice information when symbolizing fat Mach-O fi...Kuba Mracek
2016-07-15TestCase null_deref was failing in Win64:Etienne Bergeron
2016-05-12[sanitizer] Fix a crash when demangling Swift symbols, take 2Kuba Brecka
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
2016-01-16Introduce stats and stats_client libraries.Peter Collingbourne
2016-01-15sanitizer_common: C++ify the IntrusiveList iterator interface.Peter Collingbourne
2015-04-11[Sanitizer] Merge POSIXSymbolizer and WinSymbolizerKuba Brecka
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-17Improve SUMMARY reporting in sanitizers.Alexey Samsonov
2015-03-09Symbolizer refactoring: Merge common parts of POSIXSymbolizer and WinSymbolizerKuba Brecka
2015-03-04[sanitizer] when dumping coverage bitset, dump seperate file for every module...Kostya Serebryany
2015-03-03Symbolizer refactoring: Turn FillAddressAndModuleInfo into FillModuleInfoKuba 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
2015-02-25[compiler-rt] Symbolizer refactoring: Move SymbolizerProcess interface to headerKuba Brecka
2014-12-02Simplify Symbolizer::SymbolizePC() interface.Alexey Samsonov
2014-11-04Correct the usage of DataInfo structure in TSanAlexey Samsonov
2014-09-10[Sanitizer] Get rid of Symbolizer::Get() and Symbolizer::GetOrNull().Alexey Samsonov
2014-07-26[Sanitizer] Simplify Symbolizer creation interface.Alexey Samsonov
2013-12-25[Sanitizer] Add Symbolizer::GetModuleNameAndOffsetForPC() and use it in LSan ...Alexey Samsonov
2013-12-25[Sanitizer] Replace Symbolizer::IsAvailable and Symbolizer::IsExternalAvailab...Alexey Samsonov
2013-12-18[Sanitizer] Implement Symbolizer class on WindowsTimur Iskhodzhanov
2013-12-18[Sanitizers] Rename Symbolizer::SymbolizeCode to Symbolizer::SymbolizePCTimur Iskhodzhanov
2013-12-17[Sanitizer] Always initialize a Symbolizer (even if 'symbolize' is false).Alexey Samsonov
2013-10-31[Sanitizer] Add Symbolizer::AddHooks() and use it in TSan and MSan.Alexey Samsonov
2013-10-30[Sanitizer] Update comment in sanitizer_symbolizer.hAlexey Samsonov
2013-10-30[Sanitizer] Use SpinMutex for Symbolizer initialization (per dvyukov's sugges...Alexey Samsonov
2013-10-25Overhaul the symbolizer interface.Peter Collingbourne
2013-09-11Revert r190520 as it wasn't the right fix.Daniel Jasper
2013-09-11Add empty virtual destructor...Daniel Jasper
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-06-28Demangle names using pluggable internal symbolizer if possibleAlexey Samsonov
2013-06-11[Sanitizer] support running external llvm-symbolizer on MacAlexey Samsonov
2013-05-29[nolibc] Unweak SymbolizerPrepareForSandboxing and move it to libc-independen...Peter Collingbourne
2013-05-28[nolibc] Make SymbolizerPrepareForSandboxing weak and optional.Peter Collingbourne
2013-05-27[nolibc] Make AddressInfo::Clear a weak function.Peter Collingbourne
2013-05-23[ASan] Introduce SymbolizerPrepareForSandboxing(), which is a no-op on every ...Alexander Potapenko
2013-05-21[nolibc] Move symbolizer to RTSanitizerCommonLibc, and make it optional using...Peter Collingbourne
2013-05-15[asan] fix powerpc build and one test; fix lintKostya Serebryany
2013-05-14[sanitizer] Filtering in GetListOfModules.Sergey Matveev
2013-03-19tsan: symbolizer "flush caches" functinalityDmitry Vyukov
2013-01-29tsan: add IsSymbolizerAvailable() function for querying for presence of inter...Dmitry Vyukov
2013-01-11tsan: symbolize global variablesDmitry Vyukov
2012-12-20Move C++ name demangling support from ubsan into sanitizer_common.Richard Smith