commit | 5f0559d972936a26d6571df94d7aabf989eb97e9 | [log] [tgz] |
---|---|---|
author | Peter Collingbourne <peter@pcc.me.uk> | Fri Aug 05 00:35:43 2011 +0000 |
committer | Peter Collingbourne <peter@pcc.me.uk> | Fri Aug 05 00:35:43 2011 +0000 |
tree | 9af7993beb82e5ec3813fadda48adde6684151a1 | |
parent | 74597b88726aade190d4768062a10a67a07cd059 [diff] [blame] |
Complete Host::Backtrace prototype. Fixes Linux build. git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@136951 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Host/common/Host.cpp b/source/Host/common/Host.cpp index f56c4b7..f88c76b 100644 --- a/source/Host/common/Host.cpp +++ b/source/Host/common/Host.cpp
@@ -488,6 +488,7 @@ { } +void Host::Backtrace (Stream &strm, uint32_t max_frames) { // TODO: Is there a way to backtrace the current process on linux? Other systems?