summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_symbolizer.h
Commit message (Expand)AuthorAgeFilesLines
* Simplify Symbolizer::SymbolizePC() interface.Alexey Samsonov2014-12-021-35/+28
* Correct the usage of DataInfo structure in TSanAlexey Samsonov2014-11-041-1/+11
* [Sanitizer] Get rid of Symbolizer::Get() and Symbolizer::GetOrNull().Alexey Samsonov2014-09-101-6/+0
* [Sanitizer] Simplify Symbolizer creation interface.Alexey Samsonov2014-07-261-11/+3
* [Sanitizer] Add Symbolizer::GetModuleNameAndOffsetForPC() and use it in LSan ...Alexey Samsonov2013-12-251-0/+4
* [Sanitizer] Replace Symbolizer::IsAvailable and Symbolizer::IsExternalAvailab...Alexey Samsonov2013-12-251-4/+1
* [Sanitizer] Implement Symbolizer class on WindowsTimur Iskhodzhanov2013-12-181-1/+8
* [Sanitizers] Rename Symbolizer::SymbolizeCode to Symbolizer::SymbolizePCTimur Iskhodzhanov2013-12-181-2/+1
* [Sanitizer] Always initialize a Symbolizer (even if 'symbolize' is false).Alexey Samsonov2013-12-171-2/+2
* [Sanitizer] Add Symbolizer::AddHooks() and use it in TSan and MSan.Alexey Samsonov2013-10-311-0/+22
* [Sanitizer] Update comment in sanitizer_symbolizer.hAlexey Samsonov2013-10-301-13/+7
* [Sanitizer] Use SpinMutex for Symbolizer initialization (per dvyukov's sugges...Alexey Samsonov2013-10-301-1/+2
* Overhaul the symbolizer interface.Peter Collingbourne2013-10-251-11/+32
* Revert r190520 as it wasn't the right fix.Daniel Jasper2013-09-111-2/+0
* Add empty virtual destructor...Daniel Jasper2013-09-111-0/+2
* [Sanitizer] Refactor symbolization interface: use class instead of several fu...Alexey Samsonov2013-09-101-56/+38
* ASan, LSan, MSan: try to find llvm-symbolizer binary in PATH if it is not pro...Alexey Samsonov2013-09-031-1/+2
* Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where ...Timur Iskhodzhanov2013-08-131-3/+3
* Demangle names using pluggable internal symbolizer if possibleAlexey Samsonov2013-06-281-1/+3
* [Sanitizer] support running external llvm-symbolizer on MacAlexey Samsonov2013-06-111-0/+2
* [nolibc] Unweak SymbolizerPrepareForSandboxing and move it to libc-independen...Peter Collingbourne2013-05-291-1/+1
* [nolibc] Make SymbolizerPrepareForSandboxing weak and optional.Peter Collingbourne2013-05-281-1/+1
* [nolibc] Make AddressInfo::Clear a weak function.Peter Collingbourne2013-05-271-1/+1
* [ASan] Introduce SymbolizerPrepareForSandboxing(), which is a no-op on every ...Alexander Potapenko2013-05-231-0/+2
* [nolibc] Move symbolizer to RTSanitizerCommonLibc, and make it optional using...Peter Collingbourne2013-05-211-1/+2
* [asan] fix powerpc build and one test; fix lintKostya Serebryany2013-05-151-1/+1
* [sanitizer] Filtering in GetListOfModules.Sergey Matveev2013-05-141-2/+5
* tsan: symbolizer "flush caches" functinalityDmitry Vyukov2013-03-191-0/+1
* tsan: add IsSymbolizerAvailable() function for querying for presence of inter...Dmitry Vyukov2013-01-291-0/+2
* tsan: symbolize global variablesDmitry Vyukov2013-01-111-1/+10
* Move C++ name demangling support from ubsan into sanitizer_common.Richard Smith2012-12-201-0/+3
* tsan: describe global vars (module+offset for now)Dmitry Vyukov2012-12-031-0/+1
* [Sanitizer] symbolizer: increase the maximal number of shared libraries to 16KAlexey Samsonov2012-10-171-1/+1
* [Sanitizer] remove unused fieldAlexey Samsonov2012-09-061-1/+0
* [Sanitizer] Support for reading inlined frames from llvm-symbolizerAlexey Samsonov2012-09-041-0/+7
* [Sanitizer] Switch the symbolization strategy that would be used by sanitizer...Alexey Samsonov2012-08-231-31/+15
* [Sanitizer] Wrapper around llvm::DIContext from LLVM DebugInfo library. If a ...Alexey Samsonov2012-07-311-1/+10
* [Sanitizer] When obtaining the data for loaded modules, add address ranges of...Alexey Samsonov2012-07-191-2/+2
* [ASan] Add a default constructor for DWARFSection to initialize it with zeros.Alexey Samsonov2012-07-051-0/+4
* [Sanitizer] Extend a symbolizer code. Implemented for Linux only. Use dl_iter...Alexey Samsonov2012-07-031-0/+39
* [Sanitizer] Use ProcessMaps in symbolizer to get module name and offset for i...Alexey Samsonov2012-06-151-12/+9
* [Sanitizer] rename sanitizer_defs.h to sanitizer_internal_defs.hAlexey Samsonov2012-06-051-1/+1
* [Sanitizer_common] fix filenames in commentsAlexey Samsonov2012-06-041-1/+1
* Stub files for common symbolizer for AddressSanitizer and ThreadSanitizer tools.Alexey Samsonov2012-06-011-0/+60