summaryrefslogtreecommitdiff
path: root/lib/lsan/lsan_common_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* Add NetBSD LSan supportKamil Rytarowski2019-07-111-3/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [LSan] Detect dynamic loader by its base address.Alex Shlyapnikov2017-11-061-6/+14
* Revert "[LSan] Detect dynamic loader by its base address."Alex Shlyapnikov2017-10-051-17/+6
* [LSan] Detect dynamic loader by its base address.Alex Shlyapnikov2017-10-051-6/+17
* Don't call exit() from atexit handlers on DarwinFrancis Ricci2017-07-181-0/+7
* Revert "[sanitizer-coverage] test for -fsanitize-coverage=inline-8bit-counters"Renato Golin2017-06-051-17/+6
* [LSan] Detect dynamic loader by its base address.Alex Shlyapnikov2017-06-031-6/+17
* [lsan] Report the missing linker only when the linker is actually missing.Alex Shlyapnikov2017-05-151-2/+4
* Move valid caller-pc checks out of platform-specific checksFrancis Ricci2017-04-191-63/+2
* Implement global pointer scanning for darwin leak sanitizerFrancis Ricci2017-04-131-14/+1
* Move current thread data out of lsan_common on linuxFrancis Ricci2017-03-291-4/+0
* Move lsan allocator cache from lsan_common_linux to lsan_linuxFrancis Ricci2017-03-271-4/+0
* Use pthreads for thread-local lsan allocator cache on darwinFrancis Ricci2017-03-271-0/+4
* Revert r298274: "Use pthreads for thread-local lsan allocator cache on darwin"Chandler Carruth2017-03-211-4/+0
* Use pthreads for thread-local lsan allocator cache on darwinFrancis Ricci2017-03-201-0/+4
* Revert "Use pthreads for thread-local lsan allocator cache on darwin"Francis Ricci2017-03-201-4/+0
* Use pthreads for thread-local lsan allocator cache on darwinFrancis Ricci2017-03-191-0/+4
* Revert "Use pthreads for thread-local lsan allocator cache on darwin"Francis Ricci2017-03-021-4/+0
* Use pthreads for thread-local lsan allocator cache on darwinFrancis Ricci2017-03-011-0/+4
* Revert "Use pthreads for thread-local lsan allocator cache on darwin"Francis Ricci2017-02-171-4/+0
* Use pthreads for thread-local lsan allocator cache on darwinFrancis Ricci2017-02-171-0/+4
* Use pthreads to store current thread id on darwinFrancis Ricci2017-02-171-0/+4
* Use pthreads to manage thread-local storage on darwin for leak sanitizerFrancis Ricci2017-02-131-0/+11
* [lsan] Relax check for allocator_end in ProcessGlobalRegionsCallback.Maxim Ostapenko2016-10-261-1/+1
* [Sanitizer] Introduce ListOfModules object and use it to replace GetListOfMod...Alexey Samsonov2016-02-221-16/+19
* [LSan] Add "use_ld_allocations" flag to disable old way of DTLS handling.Alexey Samsonov2016-01-141-4/+8
* [compiler-rt] Apply modernize-use-nullptr fixes in sanitizersVedant Kumar2015-10-011-4/+5
* [lsan] Add an interface function for on-demand leak checking.Sergey Matveev2015-04-241-1/+1
* [lsan] Fix indent.Sergey Matveev2015-02-261-2/+2
* LSan: fix a deadlock caused by dl_iterate_phdr().Sergey Matveev2015-02-261-4/+25
* Change StackDepot interface to use StackTrace more extensivelyAlexey Samsonov2014-10-261-4/+3
* LSan: Print warning about dynamic linker only in verbose modeAlexey Samsonov2014-02-141-4/+5
* [lsan] Expand a comment to document our dynamic TLS hack.Sergey Matveev2014-01-231-0/+15
* [lsan] Minor code health stuff.Sergey Matveev2013-12-251-0/+1
* [LSan] Rework r191522 - treat allocations with short stack traces as liveAlexey Samsonov2013-09-301-2/+6
* [asan] Fix deadlock in stack unwinder on android/x86.Evgeniy Stepanov2013-09-121-2/+3
* [sanitizer] Add a fast version of StackDepotGet() for use in LSan.Sergey Matveev2013-08-261-5/+15
* Revert to C-style callbacks for iteration over allocator chunks.Sergey Matveev2013-06-241-10/+12
* [LSan] Use a typedef for frontier vectorAlexey Samsonov2013-06-141-4/+4
* [Sanitizer] Rename InternalVector to InternalMmapVectorAlexey Samsonov2013-06-141-4/+4
* [sanitizer] Do not fall back to SlowUnwindStack() in GetStackTrace()Sergey Matveev2013-06-061-2/+3
* [lsan] Begin converting LSan tests to output tests.Sergey Matveev2013-05-271-1/+1
* [lsan] Minor adjustments to LSan messages.Sergey Matveev2013-05-241-4/+4
* [lsan] Change CMakeLists to build the common LSan module for ASan.Sergey Matveev2013-05-211-2/+2
* [lsan] Fix r182256.Sergey Matveev2013-05-201-0/+1
* [lsan] Common leak checking module.Sergey Matveev2013-05-201-0/+122