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.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D30023
[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 Event TimelineThis revision is now accepted and ready to land.Feb 16 2017, 1:11 AM Closed by commit rL295318: [tsan] Provide external tags (object types) via debugging API (authored by kuba.brecka). · Explain WhyFeb 16 2017, 6:14 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 88653 lib/tsan/rtl/tsan_debugging.cc
lib/tsan/rtl/tsan_interface.h
test/tsan/debug_external.cc
|