summaryrefslogtreecommitdiff
path: root/lib/lsan/lsan_common.h
AgeCommit message (Expand)Author
2017-11-15Fix some typos in a comment.Francis Ricci
2017-09-22[lsan] Add __lsan_default_optionsVitaly Buka
2017-09-22[asan/lsan] Make LSan compliant with recovery mode when running on top of ASanMaxim Ostapenko
2017-07-18Don't call exit() from atexit handlers on DarwinFrancis Ricci
2017-07-11Refactor MemoryMappingLayout::Next to use a single struct instead of output p...Francis Ricci
2017-04-21[lsan] Enable LSan on PowerPC64.Alex Shlyapnikov
2017-04-21Disable LSan on ppc64, some tests are failing.Alex Shlyapnikov
2017-04-20Enable LSan on PowerPC64.Alex Shlyapnikov
2017-04-19Make sure to scan mmap'd memory regions for root pointers on OS XFrancis Ricci
2017-04-19Move valid caller-pc checks out of platform-specific checksFrancis Ricci
2017-04-17[sanitizer] Introduce tid_t as a typedef for OS-provided thread IDsKuba Mracek
2017-04-13Revert "Enable LSan on PowerPC64."Alex Shlyapnikov
2017-04-13Implement global pointer scanning for darwin leak sanitizerFrancis Ricci
2017-04-13Enable LSan on PowerPC64.Alex Shlyapnikov
2017-04-11Reapply "Enable LSan for arm Linux"Maxim Ostapenko
2017-04-11Revert r299923, it doesn't build in bootstrap builds.Nico Weber
2017-04-11[lsan] Enable LSan for arm LinuxMaxim Ostapenko
2017-04-06Enable builds of darwin lsan by defaultFrancis Ricci
2017-03-28Enable i386 builds for darwin lsanFrancis Ricci
2017-02-17Use pthreads to store current thread id on darwinFrancis Ricci
2017-02-14Add cmake build support for lsan on OS XFrancis Ricci
2017-02-13Use pthreads to manage thread-local storage on darwin for leak sanitizerFrancis Ricci
2017-01-31[lsan] Renable LSan for x86 LinuxMaxim Ostapenko
2017-01-23Revert "[lsan] Enable LSan for x86 Linux."Evgeniy Stepanov
2017-01-23[lsan] Enable LSan for x86 Linux.Maxim Ostapenko
2016-01-16[LSan] Ignore all allocations made inside pthread_create.Alexey Samsonov
2016-01-14[LSan] Use __tls_get_addr interceptor to keep track of dynamic TLS.Alexey Samsonov
2015-10-21[lsan] [aarch64] Add support for AArch64Adhemerval Zanella
2015-10-08Revert "[lsan] [aarch64] Add support for AArch64"Evgeniy Stepanov
2015-10-05[lsan] [aarch64] Add support for AArch64Adhemerval Zanella
2015-02-26LSan: fix a deadlock caused by dl_iterate_phdr().Sergey Matveev
2015-02-19[LSan] [MIPS] adding support of LSan for mips64/mips64el archMohit K. Bhakkad
2015-02-17[LSan] Make parent tool responsible for initializing LSan flags.Alexey Samsonov
2015-01-15[sanitizer] Flag parser rewrite.Evgeniy Stepanov
2015-01-07[Sanitizer] Change the runtime flag representation.Alexey Samsonov
2014-08-18[LSan] Parse common flags from LSAN_OPTIONS even if LSan is combined withAlexey Samsonov
2014-07-30[Sanitizer] Make "suppressions" and "print_suppressions" common runtime flags.Alexey Samsonov
2014-05-21[lsan] disable lsan if wordsize is not 64Kostya Serebryany
2014-01-15[lsan] remove LeakSanitizerIsTurnedOffForTheCurrentProcess (this was a bad id...Kostya Serebryany
2014-01-10[lsan] handle 'new T[0]' where T is a type with DTOR; fixes https://code.goog...Kostya Serebryany
2014-01-10[lsan] rename __lsan_is_turned_off to LeakSanitizerIsTurnedOffForTheCurrentPr...Kostya Serebryany
2013-12-24[lsan] Refactor the LeakReport class.Sergey Matveev
2013-12-24[lsan] Make the report_objects flag more useful.Sergey Matveev
2013-12-17[lsan] Remove the LSan-specific verbosity flag.Sergey Matveev
2013-12-17[lsan] Introduce print_suppressions flag.Sergey Matveev
2013-12-17[lsan] Introduce __lsan_(un)register_root_region().Sergey Matveev
2013-12-09[lsan] Make LSan ignore memory poisoned by ASan.Sergey Matveev
2013-10-14[lsan] Support ASan's stack-use-after-return mode in LSan.Sergey Matveev
2013-08-13Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where ...Timur Iskhodzhanov
2013-07-08[lsan] Handle fork() correctly.Sergey Matveev