summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cc
Commit message (Expand)AuthorAgeFilesLines
* [lsan] Renable LSan for x86 LinuxMaxim Ostapenko2017-01-311-2/+2
* Revert "[lsan] Enable LSan for x86 Linux."Evgeniy Stepanov2017-01-231-2/+2
* [lsan] Enable LSan for x86 Linux.Maxim Ostapenko2017-01-231-2/+2
* Make lsan complain loudly when running under ptraceKostya Serebryany2016-10-131-1/+3
* [compiler-rt] Do not introduce __sanitizer namespace globallyAnna Zaks2016-09-151-2/+2
* [sanitizer] [SystemZ] Add ptrace support bits.Marcin Koscielnicki2016-04-261-1/+8
* [ASAN] Add support for mips/mips64 androidMohit K. Bhakkad2016-03-161-1/+8
* [LSan] Print more helpful error message if LSan crashes during leak detection.Alexey Samsonov2016-02-121-2/+2
* [PPC64, TSAN] LLVM basic enablement of thread sanitizer for PPC64 (BE and LE)Bill Schmidt2015-12-081-3/+3
* [compiler-rt] Fix build by wrapping lines to 80 chars (NFC)Vedant Kumar2015-10-011-1/+2
* [sanitizer_common] Apply modernize-use-nullptr, other minor fixesVedant Kumar2015-09-301-20/+20
* [Sanitizers] Allow to install several internal Die callbacks.Alexey Samsonov2015-08-241-24/+16
* [AArch64] Fixes broken bot fue to TSAN patchRenato Golin2015-08-051-0/+4
* [tsan] Enable tsan for aarch64Adhemerval Zanella2015-08-051-4/+23
* Split Mprotect into MmapNoAccess and MprotectNoAccess to be more portableTimur Iskhodzhanov2015-04-101-1/+1
* asan: fix comment formattingDmitry Vyukov2015-03-061-2/+2
* tsan: fix signal handling during stop-the-worldDmitry Vyukov2015-03-051-74/+94
* asan: fix signal handling during stoptheworldDmitry Vyukov2015-03-021-3/+6
* Revert r229678 "tsan: fix signal handling during stop-the-world"Hans Wennborg2015-02-281-42/+50
* tsan: fix PTRACE_ATTACH handling during stop-the-worldDmitry Vyukov2015-02-191-18/+32
* [LSan] [MIPS] adding support of LSan for mips64/mips64el archMohit K. Bhakkad2015-02-191-2/+2
* tsan: fix signal handling during stop-the-worldDmitry Vyukov2015-02-181-50/+42
* Make signal-related functions use __sanitizer_* structures instead of __sanit...Alexander Potapenko2014-01-311-10/+11
* [sanitizer] Introduce VReport and VPrintf macros and use them in sanitizer code.Sergey Matveev2013-12-051-23/+14
* [sanitizer] Fix log_path behavior with StopTheWorld.Sergey Matveev2013-12-041-0/+15
* tsan: be silent if verbosity=0Dmitry Vyukov2013-10-151-11/+21
* tsan: move kernel struct definition from sanitizer_linux.h to sanitizer_platf...Dmitry Vyukov2013-10-151-6/+17
* Clean up StopTheWorld code after r192686.Sergey Matveev2013-10-151-27/+2
* tsan: implement internal syscall-based versions of sigaction/sigprocmaskDmitry Vyukov2013-10-151-16/+16
* [sanitizer] Fix the parent liveness check in StopTheWorld.Sergey Matveev2013-10-091-2/+4
* [sanitizer] Fix deadlock in StopTheWorld.Sergey Matveev2013-10-081-0/+5
* [sanitizer_common] Add internal_clone().Sergey Matveev2013-09-021-12/+13
* [sanitizer] fix code styleAlexey Samsonov2013-08-281-5/+6
* [sanitizer] Handle Die() in StopTheWorld.Sergey Matveev2013-08-261-39/+73
* [sanitizer] Remove optional arguments from clone() invocation.Sergey Matveev2013-07-111-2/+2
* [lsan] Prevent inlining of WipeStack().Sergey Matveev2013-06-191-1/+1
* [lsan] Move symbolization and reporting out of StopTheWorld callback.Sergey Matveev2013-06-191-0/+9
* [asan] ASan Linux MIPS32 support (compiler-rt part), patch by Jyun-Yan YKostya Serebryany2013-06-031-0/+4
* [nolibc] Move stoptheworld to RTSanitizerCommonLibc.Peter Collingbourne2013-05-211-0/+403