summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cc
Commit message (Expand)AuthorAgeFilesLines
* [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
OpenPOWER on IntegriCloud