[asan] intercept prctl(PR_SET_NAME) and set the thread name. Output the thread names...
commit716e2f25123bf9b20fbc6b582803a3929b78b96d
authorKostya Serebryany <kcc@google.com>
Fri, 7 Dec 2012 15:15:01 +0000 (7 15:15 +0000)
committerKostya Serebryany <kcc@google.com>
Fri, 7 Dec 2012 15:15:01 +0000 (7 15:15 +0000)
treeb0cebc8573edd271d4f67d9f4f2cdc59c11e9a3a
parent3f4e6d9b75fb3f7f2674a31008738cfda9cda9ed
[asan] intercept prctl(PR_SET_NAME) and set the thread name. Output the thread names (if non-empty) in asan reports

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@169601 91177308-0d34-0410-b5e6-96231b3b80d8
lib/asan/asan_interceptors.cc
lib/asan/asan_report.cc
lib/asan/asan_thread.h
lib/asan/tests/asan_test.cc