commit | d7d4650dd754aafc874e3b8cd5ab5b38005c84ec | [log] [tgz] |
---|---|---|
author | Kostya Serebryany <kcc@google.com> | Tue Nov 20 07:00:42 2012 +0000 |
committer | Kostya Serebryany <kcc@google.com> | Tue Nov 20 07:00:42 2012 +0000 |
tree | 50c7f1ca4725693f6cd29cdb416d1eaa80e7e71c | |
parent | 031633bef8dff03f4e8943a12e34856bd66bbc78 [diff] [blame] |
[asan] more support for powerpc, patch by Peter Bergner git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@168356 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/sanitizer_common/sanitizer_stacktrace.h b/lib/sanitizer_common/sanitizer_stacktrace.h index b823a7e..fe2dcf0 100644 --- a/lib/sanitizer_common/sanitizer_stacktrace.h +++ b/lib/sanitizer_common/sanitizer_stacktrace.h
@@ -45,6 +45,8 @@ void FastUnwindStack(uptr pc, uptr bp, uptr stack_top, uptr stack_bottom); + void PopStackFrames(uptr count); + static uptr GetCurrentPc(); static uptr CompressStack(StackTrace *stack,