summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_procmaps.h
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2012-06-20 15:19:17 +0000
committerKostya Serebryany <kcc@google.com>2012-06-20 15:19:17 +0000
commit6985085c4860bf945358f227ddba26511ae770e9 (patch)
tree6c211f46471f2b7daa0ede5480713b72788139ca /lib/sanitizer_common/sanitizer_procmaps.h
parent479d47f739a9f36cbb3cf2bfdbd01c62a7b3128f (diff)
[tsan] a bit more lint and Makefile changes to run tests from sanitizer_common
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@158821 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/sanitizer_common/sanitizer_procmaps.h')
-rw-r--r--lib/sanitizer_common/sanitizer_procmaps.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sanitizer_common/sanitizer_procmaps.h b/lib/sanitizer_common/sanitizer_procmaps.h
index 2140106e2..15dc69852 100644
--- a/lib/sanitizer_common/sanitizer_procmaps.h
+++ b/lib/sanitizer_common/sanitizer_procmaps.h
@@ -29,6 +29,7 @@ class ProcessMaps {
bool GetObjectNameAndOffset(uptr addr, uptr *offset,
char filename[], uptr filename_size);
~ProcessMaps();
+
private:
// Default implementation of GetObjectNameAndOffset.
// Quite slow, because it iterates through the whole process map for each