Renumber ThreadSanitizer-provided thread IDs to match LLDB thread numbers.
authorKuba Brecka <kuba.brecka@gmail.com>
Fri, 22 Apr 2016 10:40:14 +0000 (10:40 +0000)
committerKuba Brecka <kuba.brecka@gmail.com>
Fri, 22 Apr 2016 10:40:14 +0000 (10:40 +0000)
commit5b31c423a0edfb947f26b666157f706589c8876e
treef71d6973530df1f3da9ba9ef7f58a66c63ac4742
parent8c4acddebc47b2d6dbd8d05fc39bf2e007046e16
Renumber ThreadSanitizer-provided thread IDs to match LLDB thread numbers.

llvm-svn: 267133
lldb/packages/Python/lldbsuite/test/functionalities/tsan/thread_numbers/Makefile [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/tsan/thread_numbers/TestTsanThreadNumbers.py [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/tsan/thread_numbers/main.c [new file with mode: 0644]
lldb/source/Plugins/InstrumentationRuntime/ThreadSanitizer/ThreadSanitizerRuntime.cpp