summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2013-12-11 06:28:27 +0000
committerBill Wendling <isanbard@gmail.com>2013-12-11 06:28:27 +0000
commit4b206b33f2ed4e5a06694c9eb388aca6a0c81b58 (patch)
tree66b46d38c9ecf2f566c269f5b7f5dcb076da9391
parent24861607cb3c606ad46e724456eb851558c85330 (diff)
downloadcompiler-rt-4b206b33f2ed4e5a06694c9eb388aca6a0c81b58.tar.gz
Readd the prototype.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/branches/release_34@197012 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/sanitizer_common/sanitizer_stacktrace.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sanitizer_common/sanitizer_stacktrace.h b/lib/sanitizer_common/sanitizer_stacktrace.h
index 7b1460bc4..5042f2301 100644
--- a/lib/sanitizer_common/sanitizer_stacktrace.h
+++ b/lib/sanitizer_common/sanitizer_stacktrace.h
@@ -68,6 +68,7 @@ struct StackTrace {
void FastUnwindStack(uptr pc, uptr bp, uptr stack_top, uptr stack_bottom,
uptr max_depth);
void SlowUnwindStack(uptr pc, uptr max_depth);
+ void PopStackFrames(uptr count);
uptr LocatePcInTrace(uptr pc);
};