summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cc
Commit message (Expand)AuthorAgeFilesLines
* compiler-rt: Rename .cc file in lib/sanitizer_common to .cppNico Weber2019-07-311-572/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [asan] Workaround to avoid hangs in Chromium testsVitaly Buka2018-05-151-3/+3
* [sanitizer] Attempt to fix strace_test.cc on ppc64leVitaly Buka2018-05-101-1/+1
* [sanitizer] Renamed local variableVitaly Buka2018-05-101-5/+5
* [sanitizer] Don't miss threads by ThreadSuspenderVitaly Buka2018-05-101-11/+9
* [sanitizer] Use tid_t in ThreadListerVitaly Buka2018-05-091-2/+2
* [sanitizer] Simplify ThreadLister interfaceVitaly Buka2018-05-071-6/+8
* [sanitizer] Replace InternalScopedBuffer with InternalMmapVectorVitaly Buka2018-05-071-1/+1
* [sanitizer] Remove reserving constructor from InternalMmapVectorVitaly Buka2018-05-071-1/+1
* [tsan] Use __sanitizer_siginfo from sanitizer_commonVitaly Buka2017-11-101-1/+2
* Always use prctl(PR_SET_PTRACER)Sylvestre Ledru2017-11-081-2/+8
* [asan] Increase kHandlerStackSize for TracerThreadSignalHandlerVitaly Buka2017-10-151-1/+1
* [compiler-rt] Cleanup SignalContext initializationVitaly Buka2017-09-141-1/+1
* Fix sanitizer build against latest glibcKostya Serebryany2017-07-131-1/+1
* [sanitizer] Don't include <linux/user.h> in sanitizer_stoptheworld_linux_libc...Maxim Ostapenko2017-04-181-10/+6
* [asan] Fixup for r300483 (which is a fixup for r300473).Evgeniy Stepanov2017-04-181-4/+5
* Update suspended threads info to be compatible with darwinFrancis Ricci2017-04-171-10/+45
* Fixup for r300473: Use %lu on Linux for tid_t in format strings.Kuba Mracek2017-04-171-3/+3
* [sanitizer] Introduce tid_t as a typedef for OS-provided thread IDsKuba Mracek2017-04-171-4/+2
* Reapply "Enable LSan for arm Linux"Maxim Ostapenko2017-04-111-2/+3
* Revert r299923, it doesn't build in bootstrap builds.Nico Weber2017-04-111-3/+2
* [lsan] Enable LSan for arm LinuxMaxim Ostapenko2017-04-111-2/+3
* [lsan] Avoid segfaults during threads destruction under high loadMaxim Ostapenko2017-04-061-5/+9
* [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