summaryrefslogtreecommitdiff
path: root/lib/tsan/rtl/tsan_report.cc
AgeCommit message (Expand)Author
2013-03-21tsan: better reporting for races on vptrDmitry Vyukov
2013-03-15[TSan] Switch TSan runtime to use ThreadRegistry class from sanitizer_commonAlexey Samsonov
2013-02-06[TSan] skip multiple internal frames, if necessaryAlexey Samsonov
2013-02-06[tsan] print error summary lineKostya Serebryany
2013-02-01tsan: say that the memory access is atomic in reportsDmitry Vyukov
2013-01-14tsan: describe stack and TLS addressesDmitry Vyukov
2013-01-11tsan: symbolize global variablesDmitry Vyukov
2012-12-18tsan: describe "file descriptor" locationDmitry Vyukov
2012-12-17tsan: say what thread had created a thread in reportsDmitry Vyukov
2012-12-06tsan: add mutexsets to reportsDmitry Vyukov
2012-12-04tsan: output thread namesDmitry Vyukov
2012-12-03tsan: describe global vars (module+offset for now)Dmitry Vyukov
2012-11-28tsan: explicitly say that failed to restore the stackDmitry Vyukov
2012-11-22tsan: add missing \n in reportDmitry Vyukov
2012-11-21tsan: explictly say when we fail to restore a stack traceDmitry Vyukov
2012-11-02[TSan] finally remove TsanPrintf in favor of Printf from sanitizer_commonAlexey Samsonov
2012-10-02tsan: fix mac buildDmitry Vyukov
2012-10-02tsan: output tid's in reportsDmitry Vyukov
2012-09-06tsan: increase max shadow stack size + reduce memory consumption at the same ...Dmitry Vyukov
2012-09-01tsan: better diagnostics for mutex misuseDmitry Vyukov
2012-08-31tsan: add "as if synchronized via sleep" featureDmitry Vyukov
2012-08-30tsan: use stack depot to describe heap blocksDmitry Vyukov
2012-08-16tsan: improve Go report format + fix buildDmitry Vyukov
2012-08-16tsan: better diagnostics for destroy of a locked mutex + a testDmitry Vyukov
2012-07-24tsan: align report style with Go internal formatDmitry Vyukov
2012-07-24tsan: output goroutine creation stackDmitry Vyukov
2012-07-06tsan: Go lang: symbolize stack tracesDmitry Vyukov
2012-06-27tsan: check that signal handlers do not spoil errno.Dmitry Vyukov
2012-06-06[Sanitizer]: Introduce a common internal printf function. For now, also use t...Alexey Samsonov
2012-06-06[TSan] run some renaming as a preparation for factoring out Printf implementa...Alexey Samsonov
2012-06-04Remove file-type tags in .cc files in tsan/ and sanitizer_common/Alexey Samsonov
2012-05-17tsan: detect accesses to freed memoryDmitry Vyukov
2012-05-10[tsan] First commit of ThreadSanitizer (TSan) run-time library.Kostya Serebryany