[Lldb-commits] [lldb] r136951 - /lldb/trunk/source/Host/common/Host.cpp
Peter Collingbourne
peter at pcc.me.uk
Thu Aug 4 17:35:43 PDT 2011
Author: pcc
Date: Thu Aug 4 19:35:43 2011
New Revision: 136951
URL: http://llvm.org/viewvc/llvm-project?rev=136951&view=rev
Log:
Complete Host::Backtrace prototype. Fixes Linux build.
Modified:
lldb/trunk/source/Host/common/Host.cpp
Modified: lldb/trunk/source/Host/common/Host.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Host/common/Host.cpp?rev=136951&r1=136950&r2=136951&view=diff
==============================================================================
--- lldb/trunk/source/Host/common/Host.cpp (original)
+++ lldb/trunk/source/Host/common/Host.cpp Thu Aug 4 19:35:43 2011
@@ -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?
More information about the lldb-commits
mailing list