[Lldb-commits] [lldb] r112009 - /lldb/trunk/include/lldb/Target/StackFrameList.h

Greg Clayton gclayton at apple.com
Tue Aug 24 17:58:59 PDT 2010


Author: gclayton
Date: Tue Aug 24 19:58:59 2010
New Revision: 112009

URL: http://llvm.org/viewvc/llvm-project?rev=112009&view=rev
Log:
Thread no longer needs to be a friend in StackFrameList now that StackFrameList
contains the entire stack backtrace.


Modified:
    lldb/trunk/include/lldb/Target/StackFrameList.h

Modified: lldb/trunk/include/lldb/Target/StackFrameList.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Target/StackFrameList.h?rev=112009&r1=112008&r2=112009&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Target/StackFrameList.h (original)
+++ lldb/trunk/include/lldb/Target/StackFrameList.h Tue Aug 24 19:58:59 2010
@@ -24,7 +24,6 @@
 class StackFrameList
 {
 public:
-    friend class Thread;
     //------------------------------------------------------------------
     // Constructors and Destructors
     //------------------------------------------------------------------





More information about the lldb-commits mailing list