summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_symbolizer.cc
Commit message (Expand)AuthorAge
* [Sanitizer] Add Symbolizer::AddHooks() and use it in TSan and MSan.Alexey Samsonov2013-10-31
* [Sanitizer] Use SpinMutex for Symbolizer initialization (per dvyukov's sugges...Alexey Samsonov2013-10-30
* [Sanitizer] Revert r193501 and properly fix r193448Alexey Samsonov2013-10-28
* Overhaul the symbolizer interface.Peter Collingbourne2013-10-25
* [nolibc] Move symbolizer to RTSanitizerCommonLibc, and make it optional using...Peter Collingbourne2013-05-21
* [sanitizer] Filtering in GetListOfModules.Sergey Matveev2013-05-14
* [Sanitizer] fix TSan tests: remove global ctor from sanitizer_common, run loa...Alexey Samsonov2013-04-09
* [asan] relax Linux/zero-base-shadow.cc to make it pass on newer Ubuntu; fix lintKostya Serebryany2013-04-09
* [libsymbolized] If we can't find an address in the list of shared libraries, ...Alexander Potapenko2013-04-08
* [Sanitizer] enquote the module name when passing it to external symbolizerAlexey Samsonov2013-04-05
* tsan: fix buildDmitry Vyukov2013-03-19
* tsan: symbolizer "flush caches" functinalityDmitry Vyukov2013-03-19
* [Sanitizer] Don't die if external symbolizer is used on Mac, where it's not i...Alexey Samsonov2013-02-26
* tsan: add IsSymbolizerAvailable() function for querying for presence of inter...Dmitry Vyukov2013-01-29
* [Sanitizer] use stub InternalSymbolizer on platforms where we don't have weak...Alexey Samsonov2013-01-24
* [Sanitizer] Add skeleton for InternalSymbolizer that can be used by providing...Alexey Samsonov2013-01-24
* tsan: symbolize global variablesDmitry Vyukov2013-01-11
* 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] Remove implicit conversion of InternalScopedBuffer<T> to T*Alexey Samsonov2012-09-05
* [Sanitizer] Support for reading inlined frames from llvm-symbolizerAlexey Samsonov2012-09-04
* [Sanitizer] fix overloaded operator errorAlexey Samsonov2012-08-31
* [Sanitizer] Remove some calls to libc malloc from symbolizerAlexey Samsonov2012-08-31
* [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
* [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] Allocator for internal runtime purposes. Currently it calls libcm...Alexey Samsonov2012-06-07
* Remove file-type tags in .cc files in tsan/ and sanitizer_common/Alexey Samsonov2012-06-04
* [Sanitizer_common] fix filenames in commentsAlexey Samsonov2012-06-04
* temporary include stdlib.h in symbolizer to fix Mac/Win buildAlexey Samsonov2012-06-01
* Stub files for common symbolizer for AddressSanitizer and ThreadSanitizer tools.Alexey Samsonov2012-06-01