summaryrefslogtreecommitdiff
path: root/lib/tsan/rtl/tsan_debugging.cc
AgeCommit message (Expand)Author
2017-04-17[sanitizer] Introduce tid_t as a typedef for OS-provided thread IDsKuba Mracek
2017-02-22Re-commit of r295318, which was reverted due to AArch64 flakiness. Moving the...Kuba Mracek
2017-02-20Revert "[tsan] Provide external tags (object types) via debugging API"Diana Picus
2017-02-16[tsan] Provide external tags (object types) via debugging APIKuba Mracek
2017-02-02[tsan] Provide API for libraries for race detection on custom objectsKuba Mracek
2016-12-19[tsan] Implement __tsan_get_alloc_stack and __tsan_locate_address to query po...Kuba Mracek
2016-04-27tsan: fix compiler warningDmitry Vyukov
2016-04-21[tsan] Rename ReportThread->pid to ReportThread->os_idKuba Brecka
2016-03-21[tsan] Add some NULL pointer checks into the debugging APIKuba Brecka
2016-03-16[tsan] Detect uses of uninitialized, destroyed and invalid mutexesKuba Brecka
2016-03-10[tsan] Add TSan debugger APIsKuba Brecka