tsan: allow to obtain code range for a particular module
commit821acfaccc7d11b987e2882b022e8d167b0c8a54
authorDmitry Vyukov <dvyukov@google.com>
Sat, 21 Sep 2013 21:41:08 +0000 (21 21:41 +0000)
committerDmitry Vyukov <dvyukov@google.com>
Sat, 21 Sep 2013 21:41:08 +0000 (21 21:41 +0000)
tree7531d3ca18a6a33b70d08c3051abc76622aa62b2
parent6c21e11b36bb5ebf625463ca6724cf936ef0dc39
tsan: allow to obtain code range for a particular module
this is required to ignore interceptors when called from the module

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@191149 91177308-0d34-0410-b5e6-96231b3b80d8
lib/sanitizer_common/sanitizer_posix.cc
lib/sanitizer_common/sanitizer_procmaps.h
lib/sanitizer_common/tests/sanitizer_procmaps_test.cc [new file with mode: 0644]