summaryrefslogtreecommitdiff
path: root/lib/msan/msan.h
diff options
context:
space:
mode:
authorAlexey Samsonov <samsonov@google.com>2013-11-07 07:28:33 +0000
committerAlexey Samsonov <samsonov@google.com>2013-11-07 07:28:33 +0000
commitf16dc4234098a22a9d0d56f0198d87905481e7fd (patch)
tree53e01f2d80633dcbe113757592e928c9cee682c0 /lib/msan/msan.h
parentcca3cc0fc367d221b41135b13cdbca810639b0cd (diff)
[Sanitizer] Make StackTrace::Unwind the only public way to unwind a stack trace.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@194196 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/msan/msan.h')
-rw-r--r--lib/msan/msan.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/msan/msan.h b/lib/msan/msan.h
index 51fa2ebbc..4e6c61945 100644
--- a/lib/msan/msan.h
+++ b/lib/msan/msan.h
@@ -72,7 +72,7 @@ void PrintWarning(uptr pc, uptr bp);
void PrintWarningWithOrigin(uptr pc, uptr bp, u32 origin);
void GetStackTrace(StackTrace *stack, uptr max_s, uptr pc, uptr bp,
- bool fast);
+ bool request_fast_unwind);
void ReportUMR(StackTrace *stack, u32 origin);
void ReportExpectedUMRNotFound(StackTrace *stack);