[PATCH] D16191: [tsan] Add TSan debugger APIs

Kuba Brecka via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 15 01:31:08 PST 2016


kubabrecka added a comment.

In http://reviews.llvm.org/D16191#327652, @dvyukov wrote:

> > I want to provide API so the user can do something like:
>
>
> Why? What's the value and end goal of this?


Debugger integration and programmatic access to structured data (to avoid parsing of the text output) for various purposes (report post-processing, tracking, aggregation, ...).


http://reviews.llvm.org/D16191





More information about the llvm-commits mailing list