[llvm-branch-commits] [compiler-rt-branch] r197012 - Readd the prototype.
Bill Wendling
isanbard at gmail.com
Tue Dec 10 22:28:27 PST 2013
Author: void
Date: Wed Dec 11 00:28:27 2013
New Revision: 197012
URL: http://llvm.org/viewvc/llvm-project?rev=197012&view=rev
Log:
Readd the prototype.
Modified:
compiler-rt/branches/release_34/lib/sanitizer_common/sanitizer_stacktrace.h
Modified: compiler-rt/branches/release_34/lib/sanitizer_common/sanitizer_stacktrace.h
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/branches/release_34/lib/sanitizer_common/sanitizer_stacktrace.h?rev=197012&r1=197011&r2=197012&view=diff
==============================================================================
--- compiler-rt/branches/release_34/lib/sanitizer_common/sanitizer_stacktrace.h (original)
+++ compiler-rt/branches/release_34/lib/sanitizer_common/sanitizer_stacktrace.h Wed Dec 11 00:28:27 2013
@@ -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);
};
More information about the llvm-branch-commits
mailing list