summaryrefslogtreecommitdiff
path: root/lib/asan/asan_stack.h
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2013-10-18 14:50:44 +0000
committerKostya Serebryany <kcc@google.com>2013-10-18 14:50:44 +0000
commit6d95869fa900da9ddd68e15e2aa065854cfa176b (patch)
tree56c2d87779d8736d1ca4016d6974f89424f61670 /lib/asan/asan_stack.h
parentacd18b94d494ea946599ae40425ef9ee670b0183 (diff)
[asan] reduce the size of AsanThreadContext by storing the stack trace in the stack depot
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@192979 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/asan/asan_stack.h')
-rw-r--r--lib/asan/asan_stack.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/asan/asan_stack.h b/lib/asan/asan_stack.h
index fefd76b57..7f5fd661e 100644
--- a/lib/asan/asan_stack.h
+++ b/lib/asan/asan_stack.h
@@ -22,6 +22,7 @@
namespace __asan {
void PrintStack(StackTrace *stack);
+void PrintStack(const uptr *trace, uptr size);
} // namespace __asan