summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_symbolizer.h
Commit message (Expand)AuthorAge
* [Sanitizer] Add Symbolizer::AddHooks() and use it in TSan and MSan.Alexey Samsonov2013-10-31
* [Sanitizer] Update comment in sanitizer_symbolizer.hAlexey Samsonov2013-10-30
* [Sanitizer] Use SpinMutex for Symbolizer initialization (per dvyukov's sugges...Alexey Samsonov2013-10-30
* Overhaul the symbolizer interface.Peter Collingbourne2013-10-25
* Revert r190520 as it wasn't the right fix.Daniel Jasper2013-09-11
* Add empty virtual destructor...Daniel Jasper2013-09-11
* [Sanitizer] Refactor symbolization interface: use class instead of several fu...Alexey Samsonov2013-09-10
* ASan, LSan, MSan: try to find llvm-symbolizer binary in PATH if it is not pro...Alexey Samsonov2013-09-03
* Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where ...Timur Iskhodzhanov2013-08-13
* Demangle names using pluggable internal symbolizer if possibleAlexey Samsonov2013-06-28
* [Sanitizer] support running external llvm-symbolizer on MacAlexey Samsonov2013-06-11
* [nolibc] Unweak SymbolizerPrepareForSandboxing and move it to libc-independen...Peter Collingbourne2013-05-29
* [nolibc] Make SymbolizerPrepareForSandboxing weak and optional.Peter Collingbourne2013-05-28
* [nolibc] Make AddressInfo::Clear a weak function.Peter Collingbourne2013-05-27
* [ASan] Introduce SymbolizerPrepareForSandboxing(), which is a no-op on every ...Alexander Potapenko2013-05-23
* [nolibc] Move symbolizer to RTSanitizerCommonLibc, and make it optional using...Peter Collingbourne2013-05-21
* [asan] fix powerpc build and one test; fix lintKostya Serebryany2013-05-15
* [sanitizer] Filtering in GetListOfModules.Sergey Matveev2013-05-14
* tsan: symbolizer "flush caches" functinalityDmitry Vyukov2013-03-19
* tsan: add IsSymbolizerAvailable() function for querying for presence of inter...Dmitry Vyukov2013-01-29
* tsan: symbolize global variablesDmitry Vyukov2013-01-11
* Move C++ name demangling support from ubsan into sanitizer_common.Richard Smith2012-12-20
* tsan: describe global vars (module+offset for now)Dmitry Vyukov2012-12-03
* [Sanitizer] symbolizer: increase the maximal number of shared libraries to 16KAlexey Samsonov2012-10-17
* [Sanitizer] remove unused fieldAlexey Samsonov2012-09-06
* [Sanitizer] Support for reading inlined frames from llvm-symbolizerAlexey Samsonov2012-09-04
* [Sanitizer] Switch the symbolization strategy that would be used by sanitizer...Alexey Samsonov2012-08-23
* [Sanitizer] Wrapper around llvm::DIContext from LLVM DebugInfo library. If a ...Alexey Samsonov2012-07-31
* [Sanitizer] When obtaining the data for loaded modules, add address ranges of...Alexey Samsonov2012-07-19
* [ASan] Add a default constructor for DWARFSection to initialize it with zeros.Alexey Samsonov2012-07-05
* [Sanitizer] Extend a symbolizer code. Implemented for Linux only. Use dl_iter...Alexey Samsonov2012-07-03
* [Sanitizer] Use ProcessMaps in symbolizer to get module name and offset for i...Alexey Samsonov2012-06-15
* [Sanitizer] rename sanitizer_defs.h to sanitizer_internal_defs.hAlexey Samsonov2012-06-05
* [Sanitizer_common] fix filenames in commentsAlexey Samsonov2012-06-04
* Stub files for common symbolizer for AddressSanitizer and ThreadSanitizer tools.Alexey Samsonov2012-06-01