summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cc
AgeCommit message (Expand)Author
2017-11-10[tsan] Use __sanitizer_siginfo from sanitizer_commonVitaly Buka
2017-11-08Always use prctl(PR_SET_PTRACER)Sylvestre Ledru
2017-10-15[asan] Increase kHandlerStackSize for TracerThreadSignalHandlerVitaly Buka
2017-09-14[compiler-rt] Cleanup SignalContext initializationVitaly Buka
2017-07-13Fix sanitizer build against latest glibcKostya Serebryany
2017-04-18[sanitizer] Don't include <linux/user.h> in sanitizer_stoptheworld_linux_libc...Maxim Ostapenko
2017-04-18[asan] Fixup for r300483 (which is a fixup for r300473).Evgeniy Stepanov
2017-04-17Update suspended threads info to be compatible with darwinFrancis Ricci
2017-04-17Fixup for r300473: Use %lu on Linux for tid_t in format strings.Kuba Mracek
2017-04-17[sanitizer] Introduce tid_t as a typedef for OS-provided thread IDsKuba Mracek
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-06[lsan] Avoid segfaults during threads destruction under high loadMaxim Ostapenko
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-10-13Make lsan complain loudly when running under ptraceKostya Serebryany
2016-09-15[compiler-rt] Do not introduce __sanitizer namespace globallyAnna Zaks
2016-04-26[sanitizer] [SystemZ] Add ptrace support bits.Marcin Koscielnicki
2016-03-16[ASAN] Add support for mips/mips64 androidMohit K. Bhakkad
2016-02-12[LSan] Print more helpful error message if LSan crashes during leak detection.Alexey Samsonov
2015-12-08[PPC64, TSAN] LLVM basic enablement of thread sanitizer for PPC64 (BE and LE)Bill Schmidt
2015-10-01[compiler-rt] Fix build by wrapping lines to 80 chars (NFC)Vedant Kumar
2015-09-30[sanitizer_common] Apply modernize-use-nullptr, other minor fixesVedant Kumar
2015-08-24[Sanitizers] Allow to install several internal Die callbacks.Alexey Samsonov
2015-08-05[AArch64] Fixes broken bot fue to TSAN patchRenato Golin
2015-08-05[tsan] Enable tsan for aarch64Adhemerval Zanella
2015-04-10Split Mprotect into MmapNoAccess and MprotectNoAccess to be more portableTimur Iskhodzhanov
2015-03-06asan: fix comment formattingDmitry Vyukov
2015-03-05tsan: fix signal handling during stop-the-worldDmitry Vyukov
2015-03-02asan: fix signal handling during stoptheworldDmitry Vyukov
2015-02-28Revert r229678 "tsan: fix signal handling during stop-the-world"Hans Wennborg
2015-02-19tsan: fix PTRACE_ATTACH handling during stop-the-worldDmitry Vyukov
2015-02-19[LSan] [MIPS] adding support of LSan for mips64/mips64el archMohit K. Bhakkad
2015-02-18tsan: fix signal handling during stop-the-worldDmitry Vyukov
2014-01-31Make signal-related functions use __sanitizer_* structures instead of __sanit...Alexander Potapenko
2013-12-05[sanitizer] Introduce VReport and VPrintf macros and use them in sanitizer code.Sergey Matveev
2013-12-04[sanitizer] Fix log_path behavior with StopTheWorld.Sergey Matveev
2013-10-15tsan: be silent if verbosity=0Dmitry Vyukov
2013-10-15tsan: move kernel struct definition from sanitizer_linux.h to sanitizer_platf...Dmitry Vyukov
2013-10-15Clean up StopTheWorld code after r192686.Sergey Matveev
2013-10-15tsan: implement internal syscall-based versions of sigaction/sigprocmaskDmitry Vyukov
2013-10-09[sanitizer] Fix the parent liveness check in StopTheWorld.Sergey Matveev
2013-10-08[sanitizer] Fix deadlock in StopTheWorld.Sergey Matveev
2013-09-02[sanitizer_common] Add internal_clone().Sergey Matveev
2013-08-28[sanitizer] fix code styleAlexey Samsonov
2013-08-26[sanitizer] Handle Die() in StopTheWorld.Sergey Matveev
2013-07-11[sanitizer] Remove optional arguments from clone() invocation.Sergey Matveev
2013-06-19[lsan] Prevent inlining of WipeStack().Sergey Matveev