[PATCH] D16191: [tsan] Add TSan debugger APIs
Dmitry Vyukov via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 15 01:38:22 PST 2016
dvyukov added a comment.
> Debugger integration and programmatic access to structured data (to avoid parsing of the text output) for various purposes (report post-processing, tracking, aggregation, ...).
Who and how is going to use this?
Without knowing the answer, I don't know whether we export the right info in the right form. E.g. I don't see how mutex count is useful for report post-processing, tracking, aggregation.
http://reviews.llvm.org/D16191
More information about the llvm-commits
mailing list