This is an archive of the discontinued LLVM Phabricator instance.

[tsan] Provide external tags (object types) via debugging API
ClosedPublic

Authored by kubamracek on Feb 15 2017, 8:36 PM.

Details

Summary

In D28836, we added a way to tag heap objects and thus provide object types into report. This patch exposes this information into the debugging API.

Diff Detail

Repository
rL LLVM

Event Timeline

kubamracek created this revision.Feb 15 2017, 8:36 PM
dvyukov accepted this revision.Feb 16 2017, 1:11 AM
This revision is now accepted and ready to land.Feb 16 2017, 1:11 AM
This revision was automatically updated to reflect the committed changes.