diff options
Diffstat (limited to 'compiler-rt/lib/sanitizer_common/sanitizer_stacktrace.h')
| -rw-r--r-- | compiler-rt/lib/sanitizer_common/sanitizer_stacktrace.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace.h b/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace.h index b823a7e0d85..fe2dcf06424 100644 --- a/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace.h +++ b/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace.h @@ -45,6 +45,8 @@ struct StackTrace {    void FastUnwindStack(uptr pc, uptr bp, uptr stack_top, uptr stack_bottom); +  void PopStackFrames(uptr count); +    static uptr GetCurrentPc();    static uptr CompressStack(StackTrace *stack, | 

