summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cc
AgeCommit message (Expand)Author
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
2013-06-19[lsan] Move symbolization and reporting out of StopTheWorld callback.Sergey Matveev
2013-06-03[asan] ASan Linux MIPS32 support (compiler-rt part), patch by Jyun-Yan YKostya Serebryany
2013-05-21[nolibc] Move stoptheworld to RTSanitizerCommonLibc.Peter Collingbourne