diff options
author | Alexey Samsonov <vonosmas@gmail.com> | 2016-01-14 18:50:09 +0000 |
---|---|---|
committer | Alexey Samsonov <vonosmas@gmail.com> | 2016-01-14 18:50:09 +0000 |
commit | 5535c5160675b720fc636a94c64685fc9be9e9ad (patch) | |
tree | 250470d1fed22fe953a2bb2a8a7d5d983c96532e /lldb/packages/Python/lldbsuite/test/functionalities/process_launch/TestProcessLaunch.py | |
parent | a9e2383528d62caa2851bbda0952e3cab44f65b9 (diff) | |
download | bcm5719-llvm-5535c5160675b720fc636a94c64685fc9be9e9ad.tar.gz bcm5719-llvm-5535c5160675b720fc636a94c64685fc9be9e9ad.zip |
[LSan] Use __tls_get_addr interceptor to keep track of dynamic TLS.
Summary:
We have a way to keep track of allocated DTLS segments: let's use it
in LSan. Although this code is fragile and relies on glibc
implementation details, in some cases it proves to be better than
existing way of tracking DTLS in LSan: marking as "reachable" all
memory chunks allocated directly by "ld".
The plan is to eventually get rid of the latter, once we are sure
it's safe to remove.
Reviewers: kcc
Subscribers: llvm-commits
Differential Revision: http://reviews.llvm.org/D16164
llvm-svn: 257785
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/process_launch/TestProcessLaunch.py')
0 files changed, 0 insertions, 0 deletions