summaryrefslogtreecommitdiff
path: root/lib/lsan/lsan_common_linux.cc
AgeCommit message (Expand)Author
2017-11-06[LSan] Detect dynamic loader by its base address.Alex Shlyapnikov
2017-10-05Revert "[LSan] Detect dynamic loader by its base address."Alex Shlyapnikov
2017-10-05[LSan] Detect dynamic loader by its base address.Alex Shlyapnikov
2017-07-18Don't call exit() from atexit handlers on DarwinFrancis Ricci
2017-06-05Revert "[sanitizer-coverage] test for -fsanitize-coverage=inline-8bit-counters"Renato Golin
2017-06-03[LSan] Detect dynamic loader by its base address.Alex Shlyapnikov
2017-05-15[lsan] Report the missing linker only when the linker is actually missing.Alex Shlyapnikov
2017-04-19Move valid caller-pc checks out of platform-specific checksFrancis Ricci
2017-04-13Implement global pointer scanning for darwin leak sanitizerFrancis Ricci
2017-03-29Move current thread data out of lsan_common on linuxFrancis Ricci
2017-03-27Move lsan allocator cache from lsan_common_linux to lsan_linuxFrancis Ricci
2017-03-27Use pthreads for thread-local lsan allocator cache on darwinFrancis Ricci
2017-03-21Revert r298274: "Use pthreads for thread-local lsan allocator cache on darwin"Chandler Carruth
2017-03-20Use pthreads for thread-local lsan allocator cache on darwinFrancis Ricci
2017-03-20Revert "Use pthreads for thread-local lsan allocator cache on darwin"Francis Ricci
2017-03-19Use pthreads for thread-local lsan allocator cache on darwinFrancis Ricci
2017-03-02Revert "Use pthreads for thread-local lsan allocator cache on darwin"Francis Ricci
2017-03-01Use pthreads for thread-local lsan allocator cache on darwinFrancis Ricci
2017-02-17Revert "Use pthreads for thread-local lsan allocator cache on darwin"Francis Ricci
2017-02-17Use pthreads for thread-local lsan allocator cache on darwinFrancis Ricci
2017-02-17Use pthreads to store current thread id on darwinFrancis Ricci
2017-02-13Use pthreads to manage thread-local storage on darwin for leak sanitizerFrancis Ricci
2016-10-26[lsan] Relax check for allocator_end in ProcessGlobalRegionsCallback.Maxim Ostapenko
2016-02-22[Sanitizer] Introduce ListOfModules object and use it to replace GetListOfMod...Alexey Samsonov
2016-01-14[LSan] Add "use_ld_allocations" flag to disable old way of DTLS handling.Alexey Samsonov
2015-10-01[compiler-rt] Apply modernize-use-nullptr fixes in sanitizersVedant Kumar
2015-04-24[lsan] Add an interface function for on-demand leak checking.Sergey Matveev
2015-02-26[lsan] Fix indent.Sergey Matveev
2015-02-26LSan: fix a deadlock caused by dl_iterate_phdr().Sergey Matveev
2014-10-26Change StackDepot interface to use StackTrace more extensivelyAlexey Samsonov
2014-02-14LSan: Print warning about dynamic linker only in verbose modeAlexey Samsonov
2014-01-23[lsan] Expand a comment to document our dynamic TLS hack.Sergey Matveev
2013-12-25[lsan] Minor code health stuff.Sergey Matveev
2013-09-30[LSan] Rework r191522 - treat allocations with short stack traces as liveAlexey Samsonov
2013-09-12[asan] Fix deadlock in stack unwinder on android/x86.Evgeniy Stepanov
2013-08-26[sanitizer] Add a fast version of StackDepotGet() for use in LSan.Sergey Matveev
2013-06-24Revert to C-style callbacks for iteration over allocator chunks.Sergey Matveev
2013-06-14[LSan] Use a typedef for frontier vectorAlexey Samsonov
2013-06-14[Sanitizer] Rename InternalVector to InternalMmapVectorAlexey Samsonov
2013-06-06[sanitizer] Do not fall back to SlowUnwindStack() in GetStackTrace()Sergey Matveev
2013-05-27[lsan] Begin converting LSan tests to output tests.Sergey Matveev
2013-05-24[lsan] Minor adjustments to LSan messages.Sergey Matveev
2013-05-21[lsan] Change CMakeLists to build the common LSan module for ASan.Sergey Matveev
2013-05-20[lsan] Fix r182256.Sergey Matveev
2013-05-20[lsan] Common leak checking module.Sergey Matveev