diff options
-rw-r--r-- | lldb/source/Host/common/Host.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Host/common/Host.cpp b/lldb/source/Host/common/Host.cpp index f56c4b7dd74..f88c76b0c60 100644 --- a/lldb/source/Host/common/Host.cpp +++ b/lldb/source/Host/common/Host.cpp @@ -488,6 +488,7 @@ Host::ThreadCreated (const char *thread_name) { } +void Host::Backtrace (Stream &strm, uint32_t max_frames) { // TODO: Is there a way to backtrace the current process on linux? Other systems? |