[PATCH] D30023: [tsan] Provide external tags (object types) via debugging API
Kuba (Brecka) Mracek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 15 20:36:17 PST 2017
kubamracek created this revision.
kubamracek added a project: Sanitizers.
In https://reviews.llvm.org/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.
Repository:
rL LLVM
https://reviews.llvm.org/D30023
Files:
lib/tsan/rtl/tsan_debugging.cc
lib/tsan/rtl/tsan_interface.h
test/tsan/debug_external.cc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30023.88653.patch
Type: text/x-patch
Size: 3569 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170216/abc52ded/attachment.bin>
More information about the llvm-commits
mailing list